From 54782aa13b6b965fad178ed9c438e56ef1441ca6 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Fri, 15 Jul 2022 16:21:28 +0200 Subject: [PATCH] [components] Bug 1779797 - Let mergify automatically approve l10n bumps on release branches --- mobile/android/android-components/.github/workflows/sync-strings.yml | 1 - mobile/android/android-components/.mergify.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile/android/android-components/.github/workflows/sync-strings.yml b/mobile/android/android-components/.github/workflows/sync-strings.yml index f98546fe8e9c..f7d68f0c9fa4 100644 --- a/mobile/android/android-components/.github/workflows/sync-strings.yml +++ b/mobile/android/android-components/.github/workflows/sync-strings.yml @@ -43,4 +43,3 @@ jobs: branch: automation/sync-strings-${{ steps.ac-version-for-fenix-beta.outputs.major-ac-version }} title: "Uplift Strings from main to releases/${{steps.ac-version-for-fenix-beta.outputs.major-ac-version}}.0" body: "This (automated) PR sync strings from `main` to `releases/${{steps.ac-version-for-fenix-beta.outputs.major-ac-version}}.0`" - labels: "🕵️‍♀️ needs review" diff --git a/mobile/android/android-components/.mergify.yml b/mobile/android/android-components/.mergify.yml index 4de63fa5a04c..7dedb8c985c3 100644 --- a/mobile/android/android-components/.mergify.yml +++ b/mobile/android/android-components/.mergify.yml @@ -24,7 +24,7 @@ pull_request_rules: rebase_fallback: none - name: L10N - Auto Merge conditions: - - author=mozilla-l10n-automation-bot + - author~=(mozilla-l10n-automation-bot|github-actions\[bot\]) - status-success=complete-pr - files~=(strings.xml|l10n.toml) actions: -- 2.11.4.GIT