fix(mergify): use low-priority queue for the correct jobs (#3406)

This fixes an inverted match condition.
This commit is contained in:
teor 2022-01-26 21:45:14 +10:00 committed by GitHub
parent 2c33c447d3
commit aef75ee9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
.github/mergify.yml vendored
View File

@ -62,8 +62,8 @@ pull_request_rules:
- -draft
- base=main
- or:
- "-label~=^P-Low"
- "-label~=^P-Optional"
- "label~=^P-Low"
- "label~=^P-Optional"
- label!=do-not-merge
actions:
queue:
@ -81,4 +81,4 @@ pull_request_rules:
- check-success=Coverage (+nightly)
actions:
merge:
method: squash
method: squash