Skip to content

Commit

Permalink
ci(transifex): increase waiting time between mergen retries
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kesselb committed Apr 25, 2023
1 parent 8c08cdb commit 9117546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
automerge:
runs-on: ubuntu-latest
name: Auto-merge
needs: approve
steps:
- uses: pascalgn/[email protected]
if: github.actor == 'transifex-integration[bot]'
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
MERGE_RETRIES: 10
MERGE_RETRY_SLEEP: 60000
MERGE_RETRY_SLEEP: 120000

0 comments on commit 9117546

Please sign in to comment.