Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Nov 4, 2019
1 parent be8eda9 commit e7148ce
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,12 @@ pull_request_rules:
- name: Automatically add label 'close' to a PR when all required checks pass and 'push' label is not present
conditions:
- base=master
- label!=push
- -closed
- -conflict
- -label=push
- status-success~=^mdkinney\.PatchCheck$
- status-success~=^mdkinney\.PatchCheck \(CPU\)$
- status-success~=^mdkinney\.PatchCheck \(MDE\)$
actions:
label:
add:
- close

- name: Automatically close a PR with 'close' label present
conditions:
- base=master
- label=close
- -closed
- -conflict
actions:
label:
remove:
- close
close:
message: All checks passed. Auto close personal build.

Expand Down

0 comments on commit e7148ce

Please sign in to comment.