Skip to content
Snippets Groups Projects
Commit af018940 authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Add custom message for PR synchronize event

parent b99f277e
No related branches found
No related tags found
No related merge requests found
Pipeline #5780 passed
......@@ -170,6 +170,7 @@ messages:
closed
{% endif %}
{% elif action == SYNCHRONIZE and pull_request.head.repo.id == pull_request.base.repo.id %} {% do abort() %}
{% elif action == SYNCHRONIZE %}pushed something to
{% elif action == LABELED %} {% do abort() %}
{% elif action == UNLABELED %} {% do abort() %}
{% elif action == X_LABEL_AGGREGATE %} {{ templates.label_aggregation }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment