We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99f277 commit af01894Copy full SHA for af01894
base-config.yaml
@@ -170,6 +170,7 @@ messages:
170
closed
171
{% endif %}
172
{% elif action == SYNCHRONIZE and pull_request.head.repo.id == pull_request.base.repo.id %} {% do abort() %}
173
+ {% elif action == SYNCHRONIZE %}pushed something to
174
{% elif action == LABELED %} {% do abort() %}
175
{% elif action == UNLABELED %} {% do abort() %}
176
{% elif action == X_LABEL_AGGREGATE %} {{ templates.label_aggregation }}
0 commit comments