Bump merge retries to 10

This commit is contained in:
John Molakvoæ
2020-07-28 11:27:39 +02:00
committed by GitHub
parent 6e369c547e
commit 74922c5d82

View File

@@ -20,5 +20,5 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
MERGE_RETRIES: 6
MERGE_RETRIES: 10
MERGE_RETRY_SLEEP: 30000