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 fe5da1f commit e034ee3Copy full SHA for e034ee3
base-config.yaml
@@ -173,6 +173,7 @@ messages:
173
{% elif action == SYNCHRONIZE %}pushed something to
174
{% elif action == LABELED %} {% do abort() %}
175
{% elif action == UNLABELED %} {% do abort() %}
176
+ {% elif action == EDITED %} {% do abort() %}
177
{% elif action == X_LABEL_AGGREGATE %} {{ templates.label_aggregation }}
178
{% elif action == MILESTONED %} added {{ templates.pr_link }} to {{ milestone_link(milestone) }}
179
{% elif action == DEMILESTONED %} removed {{ templates.pr_link }} from {{ milestone_link(milestone) }}
0 commit comments