Make mergify shut-up when merged or closed

This commit is contained in:
Tim Möhlmann
2019-01-24 20:14:28 +02:00
parent 49192deec8
commit 3f4c65e6d1

View File

@@ -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: |