[fenix] Don't rebase GeckoView, Android-Components version bump or l10n bump PRs before landing (https://github.com/mozilla-mobile/fenix/pull/20729)

pull/600/head
Ben Hearsum (he/him) 3 years ago committed by GitHub
parent 7273536742
commit 5aa97150be

@ -16,7 +16,10 @@ pull_request_rules:
message: MickeyMoz 💪
merge:
method: rebase
strict: smart
# These PRs are just bumping versions, and very unlikely to break
# anything. It's not worth the delay of rebasing them
# (sometimes multiple times) before merging.
strict: false
- name: L10N - Auto Merge
conditions:
- author=mozilla-l10n-automation-bot
@ -28,7 +31,10 @@ pull_request_rules:
message: LGTM 😎
merge:
method: rebase
strict: smart
# These PRs are just bumping versions, and very unlikely to break
# anything. It's not worth the delay of rebasing them
# (sometimes multiple times) before merging.
strict: false
- name: Release automation (Old)
conditions:
- base~=releases[_/].*

Loading…
Cancel
Save