Skip to content

Commit

Permalink
increase automerge wait time (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored Dec 18, 2023
1 parent 7bd9b6c commit dfd1dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
MERGE_DELETE_BRANCH: "false"
UPDATE_LABELS: "automated pr"
MERGE_METHOD: "squash"
MERGE_RETRIES: "30"
MERGE_RETRY_SLEEP: "15000"
MERGE_RETRIES: "50"
MERGE_RETRY_SLEEP: "60000"

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

0 comments on commit dfd1dc3

Please sign in to comment.