Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Upgrade branch 2.7.x using TemplateControl (#80)
Browse files Browse the repository at this point in the history
```
Updated with template-control on 2019-03-14T12:05:46.092584Z
  /.mergify.yml:
    wrote /.mergify.yml

```
  • Loading branch information
dwijnand committed Mar 14, 2019
1 parent c437503 commit fb9c273
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .mergify.yml
@@ -1,26 +1,31 @@
pull_request_rules:
- name: automatic merge on CI success require review
- name: Merge PRs that are ready
conditions:
- status-success=Travis CI - Pull Request
- status-success=typesafe-cla-validator
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- label!=status:block-merge
actions:
merge:
method: squash
strict: smart

- name: automatic merge on CI success for TemplateControl
- name: Merge TemplateControl's PRs that are ready
conditions:
- status-success=Travis CI - Pull Request
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- label!=status:block-merge
- label=status:merge-when-green
- label!=status:block-merge
actions:
merge:
method: squash
strict: smart

- name: delete branch after merge
- name: Delete the PR branch after merge
conditions:
- merged
actions:
Expand Down

0 comments on commit fb9c273

Please sign in to comment.