Merge pull request #2227 from nextcloud/transifex-4

This commit is contained in:
John Molakvoæ 2020-07-27 13:58:50 +02:00 committed by GitHub
commit 36f4c5d791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.github/workflows/transifex.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Transifex
on: pull_request
jobs:
approve:
runs-on: ubuntu-latest
name: Approve
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'Transifex-localization-platform[bot]' || github.actor == 'transifex-integration[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
automerge:
runs-on: ubuntu-latest
name: Auto-merge
steps:
- uses: pascalgn/automerge-action@v0.8.5
if: github.actor == 'Transifex-localization-platform[bot]' || github.actor == 'transifex-integration[bot]'
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
MERGE_RETRIES: 6
MERGE_RETRY_SLEEP: 30000