Skip to content

Commit

Permalink
Mergify: configuration update
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed May 31, 2020
1 parent c437257 commit b93b23d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pull_request_rules:
- name: Merge PRs from Scala Steward that pass validation
conditions:
- status-success=Travis CI - Pull Request
- author=scala-steward
actions:
merge:
method: merge

- name: Delete the PR branch after merge
conditions:
- merged
actions:
delete_head_branch: {}

0 comments on commit b93b23d

Please sign in to comment.