mirror of
https://github.com/aelve/guide.git
synced 2024-11-21 16:03:42 +03:00
14 lines
432 B
YAML
14 lines
432 B
YAML
# Automatically merge approved PRs with passing CI: https://mergify.io/
|
|
|
|
pull_request_rules:
|
|
- name: Automatic merge for approved PRs with passing CI
|
|
conditions:
|
|
- status-success=continuous-integration/travis-ci/pr
|
|
- status-success=continuous-integration/travis-ci/push
|
|
- status-success=DeepScan
|
|
- "#approved-reviews-by>=1"
|
|
actions:
|
|
merge:
|
|
method: squash
|
|
delete_head_branch: {}
|