Skip to content

Commit 1c633aa

Browse files
authored
Create .mergify.yml
1 parent f3a158d commit 1c633aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.mergify.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pull_request_rules:
2+
- name: automatically merge scala-steward's PRs
3+
conditions:
4+
- author=scala-steward
5+
- body~=labels:.*semver-patch.*
6+
- status-success=build
7+
actions:
8+
merge:
9+
method: merge

0 commit comments

Comments
 (0)