Skip to content

Commit ca347a6

Browse files
authored
Adjust merge retry settings (#626)
1 parent d847ca8 commit ca347a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ env:
2323
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
2424
MERGE_METHOD: "squash"
2525
MERGE_FORKS: "false"
26+
MERGE_RETRIES: "10"
27+
MERGE_RETRY_SLEEP: "60000"
2628
UPDATE_METHOD: "rebase"
2729

2830
jobs:

0 commit comments

Comments
 (0)