We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1350c8d commit 48226caCopy full SHA for 48226ca
base-config.yaml
@@ -159,6 +159,12 @@ messages:
159
<blockquote>{{ pull_request.body|markdown }}</blockquote>
160
{% endif %}
161
{{ fancy_labels(pull_request.labels) }}
162
+ {% elif action == CLOSED %}
163
+ {% if pull_request.merged_at %}
164
+ <a data-mautrix-no-link href="{{ repo.html_url }}/commit/{{ pull_request.merge_commit_sha }}">merged</a>
165
+ {% else %}
166
+ closed
167
+ {% endif %}
168
{% elif action == SYNCHRONIZE and pull_request.head.repo.id == pull_request.base.repo.id %} {% do abort() %}
169
{% elif action == LABELED %} {% do abort() %}
170
{% elif action == UNLABELED %} {% do abort() %}
0 commit comments