fix(mergify): use low-priority queue for the correct jobs (#3406)
This fixes an inverted match condition.
This commit is contained in:
parent
2c33c447d3
commit
aef75ee9ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue