We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45b69f commit dfa2211Copy full SHA for dfa2211
.mergify.yml
@@ -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
12
+ - base=master
13
14
+ - status-success=Travis CI - Pull Request
15
16
+ merge:
17
+ method: merge
18
+ - name: automatic merge on CI success and review
19
20
21
+ - "#approved-reviews-by>=1"
22
23
24
25
+ method: squash
26
+ delete_head_branch:
27
+ force: true
0 commit comments