mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Adds automerge of l10n PRs.
Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
This commit is contained in:
6
.github/workflows/transifex.yml
vendored
6
.github/workflows/transifex.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Transifex
|
||||
name: AutoMerge everything translations (Transifex and pot files update)
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
name: Approve
|
||||
steps:
|
||||
- uses: hmarr/auto-approve-action@v2.2.1
|
||||
if: github.actor == 'Transifex-localization-platform[bot]' || github.actor == 'transifex-integration[bot]'
|
||||
if: github.actor == 'github-actions[bot]' || github.actor == 'transifex-integration[bot]'
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
name: Auto-merge
|
||||
steps:
|
||||
- uses: pascalgn/automerge-action@v0.15.3
|
||||
if: github.actor == 'Transifex-localization-platform[bot]' || github.actor == 'transifex-integration[bot]'
|
||||
if: github.actor == 'github-actions[bot]' || github.actor == 'transifex-integration[bot]'
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
MERGE_LABELS: ""
|
||||
|
||||
Reference in New Issue
Block a user