From d6a4b1f5a37b2ca353a45e282a5293ac1fce3c2c Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Fri, 20 May 2022 11:42:55 +0200 Subject: [PATCH] Adds automerge of l10n PRs. Signed-off-by: Pierre Ozoux --- .github/workflows/transifex.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index 4b7446625..cd7ed6fa1 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -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: ""