Update mergify queue conditions to account for update-nimbus-experiments PRs (#27774)

The update-nimbus-experiments workflow creates PRs that don't schedule a
`complete-pr` task (because the github-actions bot is untrusted), but in this
case we have a `complete-push` task which is good enough.
pull/543/head
Julien Cristau 2 years ago committed by GitHub
parent 9113bdb513
commit aa7e56d036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,18 +3,7 @@ queue_rules:
conditions:
- or:
- status-success=complete-pr
- and:
# For more context, see "Auto Merge" rules down below
- status-success=complete-push
- or:
- and:
- base~=^releases[_/].*
- or:
- head~=^automation/sync-strings-\d+
- head~=^relbot/fenix-\d+
- and:
- base=main
- head~=^relbot/AC-Nightly-.+
- status-success=complete-push
pull_request_rules:
- name: Resolve conflict
conditions:

Loading…
Cancel
Save