Remove eager merge feature of mergify (#1156)

This commit is contained in:
Justin Starry 2020-04-28 20:32:55 +08:00 committed by GitHub
parent 10555fd69a
commit 404ff77ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -7,13 +7,6 @@ pull_request_rules:
actions:
merge:
method: rebase
- name: automatic merge on CI success - reviewed
conditions:
- "#approved-reviews-by>=1"
- status-success=Travis CI - Pull Request
actions:
merge:
method: rebase
- name: remove automerge label on CI failure
conditions:
- status-failure=Travis CI - Pull Request