Skip to content

Commit

Permalink
Mergify aligment (#530)
Browse files Browse the repository at this point in the history
Mergify aligment
  • Loading branch information
octonato authored Dec 19, 2019
2 parents d5af795 + 195b39f commit 9a49c30
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,18 @@ pull_request_rules:
- label!=status:block-merge
actions:
merge:
method: squash
strict: smart
method: merge

- name: Merge ScalaSteward's PRs that are ready
conditions:
- author=scala-steward
- status-success=Travis CI - Pull Request
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- label!=status:block-merge
actions:
merge:
method: merge

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

0 comments on commit 9a49c30

Please sign in to comment.