Skip to content

Commit e034ee3

Browse files
committed
Ignore pull request edit events by default
1 parent fe5da1f commit e034ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ messages:
173173
{% elif action == SYNCHRONIZE %}pushed something to
174174
{% elif action == LABELED %} {% do abort() %}
175175
{% elif action == UNLABELED %} {% do abort() %}
176+
{% elif action == EDITED %} {% do abort() %}
176177
{% elif action == X_LABEL_AGGREGATE %} {{ templates.label_aggregation }}
177178
{% elif action == MILESTONED %} added {{ templates.pr_link }} to {{ milestone_link(milestone) }}
178179
{% elif action == DEMILESTONED %} removed {{ templates.pr_link }} from {{ milestone_link(milestone) }}

0 commit comments

Comments
 (0)