Skip to content

Commit

Permalink
Merge pull request #118 from 2m/mergify/2m/config-update
Browse files Browse the repository at this point in the history
Mergify: configuration update
  • Loading branch information
2m authored May 31, 2020
2 parents c437257 + b93b23d commit 6a97d11
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 6a97d11

Please sign in to comment.