ci(transifex): increase waiting time between mergen retries

From time to time transifex pull requests are piling up.

I assume we are low on runners because transifex creates a lot of pull requests within a short timeframe.

1) Set a dependency for approve
2) Increase the timeout to 120 seconds

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg
2023-04-25 21:53:21 +02:00
parent 8c08cdb098
commit 91175460f9

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