We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d847ca8 commit ca347a6Copy full SHA for ca347a6
.github/workflows/automerge.yml
@@ -23,6 +23,8 @@ env:
23
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
24
MERGE_METHOD: "squash"
25
MERGE_FORKS: "false"
26
+ MERGE_RETRIES: "10"
27
+ MERGE_RETRY_SLEEP: "60000"
28
UPDATE_METHOD: "rebase"
29
30
jobs:
0 commit comments