Skip to content

Commit

Permalink
Increase retries for automerge logic for releases (#511)
Browse files Browse the repository at this point in the history
... there were cases where GHA was slower as expected
  • Loading branch information
Apollon77 authored Nov 10, 2023
1 parent 19d7ca5 commit 0f49576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
MERGE_DELETE_BRANCH: "false"
UPDATE_LABELS: "automated pr"
MERGE_METHOD: "squash"
MERGE_RETRIES: "30"
MERGE_RETRY_SLEEP: "15000"

- name: Checkout repository
if: steps.automerge.outputs.mergeResult == 'merged'
Expand Down

0 comments on commit 0f49576

Please sign in to comment.