diff --git a/.github/mergify.yml b/.github/mergify.yml index 9880bc9b0..e9cf3d038 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -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 \ No newline at end of file + method: squash