We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b1068 commit 017f103Copy full SHA for 017f103
.github/workflows/sync-strings.yml
@@ -43,4 +43,3 @@ jobs:
43
branch: automation/sync-strings-${{ steps.ac-version-for-fenix-beta.outputs.major-ac-version }}
44
title: "Uplift Strings from main to releases/${{steps.ac-version-for-fenix-beta.outputs.major-ac-version}}.0"
45
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
@@ -24,7 +24,7 @@ pull_request_rules:
24
rebase_fallback: none
25
- name: L10N - Auto Merge
26
conditions:
27
- - author=mozilla-l10n-automation-bot
+ - author~=(mozilla-l10n-automation-bot|github-actions\[bot\])
28
- status-success=complete-pr
29
- files~=(strings.xml|l10n.toml)
30
actions:
0 commit comments