Add conditions merged to delete_head_branch

Taken from https://docs.mergify.io/examples.html
This commit is contained in:
khyperia 2020-10-23 12:08:19 +02:00
parent c6a19164f2
commit 2bc7e9fdb6

View File

@ -11,6 +11,7 @@ pull_request_rules:
merge:
method: squash
- name: delete head branch after merge
conditions: []
conditions:
- merged
actions:
delete_head_branch: {}