mirror of
https://github.com/actions/labeler
synced 2026-05-05 03:07:49 +02:00
Bump @octokit/plugin-retry from 5.0.4 to 5.0.5 (#610)
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -4476,13 +4476,13 @@ async function requestWithGraphqlErrorHandling(state, octokit, request, options)
|
||||
}
|
||||
|
||||
// pkg/dist-src/index.js
|
||||
var VERSION = "5.0.4";
|
||||
var VERSION = "5.0.5";
|
||||
function retry(octokit, octokitOptions) {
|
||||
const state = Object.assign(
|
||||
{
|
||||
enabled: true,
|
||||
retryAfterBaseValue: 1e3,
|
||||
doNotRetry: [400, 401, 403, 404, 422],
|
||||
doNotRetry: [400, 401, 403, 404, 422, 451],
|
||||
retries: 3
|
||||
},
|
||||
octokitOptions.retry
|
||||
|
||||
Reference in New Issue
Block a user