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
|
- -draft
|
||||||
- base=main
|
- base=main
|
||||||
- or:
|
- or:
|
||||||
- "-label~=^P-Low"
|
- "label~=^P-Low"
|
||||||
- "-label~=^P-Optional"
|
- "label~=^P-Optional"
|
||||||
- label!=do-not-merge
|
- label!=do-not-merge
|
||||||
actions:
|
actions:
|
||||||
queue:
|
queue:
|
||||||
|
|
Loading…
Reference in New Issue