Skip to content

Commit dfa2211

Browse files
authored
build: Integrate Mergify.io for automatic PR merging
Scala Steward's PR will be automatically merged
1 parent a45b69f commit dfa2211

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.mergify.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
pull_request_rules:
2+
- name: assign and label scala-steward's PRs
3+
conditions:
4+
- author=scala-steward
5+
actions:
6+
assign:
7+
users: [jakubjanecek]
8+
label:
9+
add: [dependency-update]
10+
- name: merge Scala Steward's PRs
11+
conditions:
12+
- base=master
13+
- author=scala-steward
14+
- status-success=Travis CI - Pull Request
15+
actions:
16+
merge:
17+
method: merge
18+
- name: automatic merge on CI success and review
19+
conditions:
20+
- base=master
21+
- "#approved-reviews-by>=1"
22+
- status-success=Travis CI - Pull Request
23+
actions:
24+
merge:
25+
method: squash
26+
delete_head_branch:
27+
force: true

0 commit comments

Comments
 (0)