Make mergify shut-up when merged or closed

master
Tim Möhlmann 6 years ago
parent 49192deec8
commit 3f4c65e6d1

@ -4,6 +4,8 @@ pull_request_rules:
conditions: conditions:
- -title~=(WIP|wip) - -title~=(WIP|wip)
- -label~=^(status/wip|status/blocked)$ - -label~=^(status/wip|status/blocked)$
- -closed
- -merged
actions: actions:
comment: comment:
message: | message: |

Loading…
Cancel
Save