Skip to content

Commit af01894

Browse files
committed
Add custom message for PR synchronize event
1 parent b99f277 commit af01894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ messages:
170170
closed
171171
{% endif %}
172172
{% elif action == SYNCHRONIZE and pull_request.head.repo.id == pull_request.base.repo.id %} {% do abort() %}
173+
{% elif action == SYNCHRONIZE %}pushed something to
173174
{% elif action == LABELED %} {% do abort() %}
174175
{% elif action == UNLABELED %} {% do abort() %}
175176
{% elif action == X_LABEL_AGGREGATE %} {{ templates.label_aggregation }}

0 commit comments

Comments
 (0)