1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

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