Skip to content

Commit

Permalink
Merge pull request #1259 from tpolecat/mergify
Browse files Browse the repository at this point in the history
enable mergify
  • Loading branch information
tpolecat authored Sep 3, 2020
2 parents 27cbd06 + 8dcefac commit 84d7bd3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ bin/

# Metals
.metals/
project/metals.sbt
metals.sbt

# VS-Code
.vscode/
10 changes: 10 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

pull_request_rules:
- name: automatically merge scala-steward's PRs
conditions:
- author=scala-steward
- body~=labels:.*semver-patch.*
- status-success=build
actions:
merge:
method: merge

0 comments on commit 84d7bd3

Please sign in to comment.