diff --git a/base-config.yaml b/base-config.yaml index f33bd06..b6dadfc 100644 --- a/base-config.yaml +++ b/base-config.yaml @@ -159,6 +159,12 @@ messages:
{{ pull_request.body|markdown }}
{% endif %} {{ fancy_labels(pull_request.labels) }} + {% elif action == CLOSED %} + {% if pull_request.merged_at %} + merged + {% else %} + closed + {% endif %} {% elif action == SYNCHRONIZE and pull_request.head.repo.id == pull_request.base.repo.id %} {% do abort() %} {% elif action == LABELED %} {% do abort() %} {% elif action == UNLABELED %} {% do abort() %}