-
Notifications
You must be signed in to change notification settings - Fork 2
/
.mergify.yml
53 lines (53 loc) · 1.56 KB
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
pull_request_rules:
- name: automatic merge for grokking-steward pull requests affecting build.sbt
conditions:
- author=grokking-steward[bot]
- check-success~=Build and Test*
- "#files=1"
- files=build.sbt
actions:
merge:
method: rebase
- name: automatic merge for grokking-steward pull requests affecting project plugins.sbt
conditions:
- author=grokking-steward[bot]
- check-success~=Build and Test*
- "#files=1"
- files=project/plugins.sbt
actions:
merge:
method: rebase
- name: automatic merge for grokking-steward pull requests affecting .scalafmt.conf
conditions:
- author=grokking-steward[bot]
- check-success~=Build and Test*
- "#files=1"
- files=.scalafmt.conf
actions:
merge:
method: rebase
- name: automatic merge for grokking-steward pull requests affecting project build.properties
conditions:
- author=grokking-steward[bot]
- check-success~=Build and Test*
- "#files=1"
- files=project/build.properties
actions:
merge:
method: rebase
- name: automatic merge for grokking-steward pull requests affecting project Dependencies.scala
conditions:
- author=grokking-steward[bot]
- check-success~=Build and Test*
- "#files=1"
- files=project/Dependencies.scala
actions:
merge:
method: rebase
- name: add label to scala steward PRs
conditions:
- author=grokking-steward[bot]
actions:
label:
add:
- dependency-update