diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..b460303 --- /dev/null +++ b/.mergify.yml @@ -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: {}