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.
This commit is contained in:
Julien Cristau 2022-11-14 11:17:40 +01:00 committed by GitHub
parent 9113bdb513
commit aa7e56d036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 12 deletions

View File

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