mirror of
https://github.com/peter-evans/create-pull-request.git
synced 2026-08-21 09:49:24 +00:00
[CI] test built
This commit is contained in:
parent
5f6978faf0
commit
fa9340e893
2 changed files with 4 additions and 1 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -1509,7 +1509,9 @@ class GitHubHelper {
|
|||
const isEventualConsistencyError = (e) => e instanceof request_error_1.RequestError &&
|
||||
e.status === 422 &&
|
||||
e.message.includes('Could not resolve to a node');
|
||||
const withRetryForNewPr = (fn) => pull.created ? utils.retryWithBackoff(fn, isEventualConsistencyError) : fn();
|
||||
const withRetryForNewPr = (fn) => pull.created
|
||||
? utils.retryWithBackoff(fn, isEventualConsistencyError)
|
||||
: fn();
|
||||
// Apply milestone
|
||||
if (inputs.milestone) {
|
||||
core.info(`Applying milestone '${inputs.milestone}'`);
|
||||
|
|
|
|||
1
report.txt
Normal file
1
report.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
1775838360
|
||||
Loading…
Add table
Add a link
Reference in a new issue