1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-22 03:12:58 +03:00
guide/.mergify.yml

14 lines
432 B
YAML
Raw Normal View History

2019-08-10 14:51:34 +03:00
# 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
2019-08-11 13:23:31 +03:00
delete_head_branch: {}