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:
13
.mergify.yml
Normal file
13
.mergify.yml
Normal 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: {}
|
||||
Reference in New Issue
Block a user