diff --git a/.mergify/config.yml b/.mergify/config.yml index 2a2a874..733d85a 100644 --- a/.mergify/config.yml +++ b/.mergify/config.yml @@ -42,16 +42,15 @@ pull_request_rules: - name: Automatically close a PR when all required checks pass and 'push' label is not present conditions: - base=master - - -label=push - - -closed + - label!=push - status-success~=^mdkinney\.PatchCheck$ - status-success~=^mdkinney\.PatchCheck \(CPU\)$ - status-success~=^mdkinney\.PatchCheck \(MDE\)$ actions: - comment: - message: All checks passed. Auto close personal build. close: message: "" + comment: + message: All checks passed. Auto close personal build. - name: Post a comment on a PR that can not be merged due to a merge conflict conditions: