Skip to content

Commit 017f103

Browse files
JohanLorenzorvandermeulen
authored andcommitted
Bug 1779797 - Let mergify automatically approve l10n bumps on release branches
1 parent 25b1068 commit 017f103

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/sync-strings.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ jobs:
4343
branch: automation/sync-strings-${{ steps.ac-version-for-fenix-beta.outputs.major-ac-version }}
4444
title: "Uplift Strings from main to releases/${{steps.ac-version-for-fenix-beta.outputs.major-ac-version}}.0"
4545
body: "This (automated) PR sync strings from `main` to `releases/${{steps.ac-version-for-fenix-beta.outputs.major-ac-version}}.0`"
46-
labels: "🕵️‍♀️ needs review"

.mergify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pull_request_rules:
2424
rebase_fallback: none
2525
- name: L10N - Auto Merge
2626
conditions:
27-
- author=mozilla-l10n-automation-bot
27+
- author~=(mozilla-l10n-automation-bot|github-actions\[bot\])
2828
- status-success=complete-pr
2929
- files~=(strings.xml|l10n.toml)
3030
actions:

0 commit comments

Comments
 (0)