1
0
mirror of https://github.com/pythad/nider.git synced 2021-10-12 02:31:02 +03:00

Support of Mergify

This commit is contained in:
AndrewPolukhin
2020-08-06 10:44:03 +03:00
parent f8bc6fcd61
commit 11669a5aa2

13
.mergify.yml Normal file
View File

@@ -0,0 +1,13 @@
pull_request_rules:
- name: automatic merge for PyUp pull requests
conditions:
- author=pyup-bot
- status-success=Travis CI - Pull Request
actions:
merge:
method: merge
- name: delete head branch after merge
conditions:
- merged
actions:
delete_head_branch: {}