Don't rebase GeckoView, Android-Components version bump or l10n bump PRs before landing (#20729)

upstream-sync
Ben Hearsum (he/him) 3 years ago committed by GitHub
parent 7fdad978a3
commit a769052ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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