Merge pull request #10212 from nextcloud/increase-sleep-for-auto-merge

This commit is contained in:
John Molakvoæ
2023-04-26 09:33:44 +02:00
committed by GitHub

View File

@@ -15,6 +15,7 @@ jobs:
automerge:
runs-on: ubuntu-latest
name: Auto-merge
needs: approve
steps:
- uses: pascalgn/automerge-action@v0.15.6
if: github.actor == 'transifex-integration[bot]'
@@ -22,4 +23,4 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
MERGE_RETRIES: 10
MERGE_RETRY_SLEEP: 60000
MERGE_RETRY_SLEEP: 120000