Skip to content

Commit

Permalink
Also check mima before automatic merges
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Dec 21, 2021
1 parent 4f53d6f commit 7ccf12d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pull_request_rules:
conditions:
- author=scala-steward
- check-success=ci
- check-success=mima
- "#files=1"
- files=build.sbt
actions:
Expand All @@ -16,6 +17,7 @@ pull_request_rules:
conditions:
- author=scala-steward
- check-success=ci
- check-success=mima
- "#files=1"
- files=project/plugins.sbt
actions:
Expand All @@ -25,6 +27,7 @@ pull_request_rules:
conditions:
- author=scala-steward
- check-success=ci
- check-success=mima
- "#approved-reviews-by>=1"
actions:
merge:
Expand All @@ -33,6 +36,7 @@ pull_request_rules:
conditions:
- author=scala-steward
- check-success=ci
- check-success=mima
- "#files=1"
- files=project/build.properties
actions:
Expand All @@ -42,6 +46,7 @@ pull_request_rules:
conditions:
- author=scala-steward
- check-success=ci
- check-success=mima
- "#files=1"
- files=.scalafmt.conf
actions:
Expand Down

0 comments on commit 7ccf12d

Please sign in to comment.