Skip to content

Commit

Permalink
Close first comment 2nd
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 e8af77b commit 9d00a97
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d00a97

Please sign in to comment.