-
Notifications
You must be signed in to change notification settings - Fork 5
/
.mergify.yml
64 lines (64 loc) · 2.31 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
54
55
56
57
58
59
60
61
62
63
64
pull_request_rules:
- name: "Merge when CI success"
conditions:
- author=jatcwang
- status-success="Build and Test (ubuntu-latest, 2.13.4, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.12.13, [email protected])"
- label=merge-when-ci-success
actions:
merge:
method: merge
#strict: smart+fasttrack
- name: automatic merge for scala-steward pull requests affecting build.sbt
conditions:
- author=scala-steward
- status-success="Build and Test (ubuntu-latest, 2.13.4, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.12.13, [email protected])"
- "#files=1"
- files=build.sbt
actions:
merge:
method: merge
#strict: smart+fasttrack
- name: automatic merge for scala-steward pull requests affecting project plugins.sbt
conditions:
- author=scala-steward
- status-success="Build and Test (ubuntu-latest, 2.13.4, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.12.13, [email protected])"
- "#files=1"
- files=project/plugins.sbt
actions:
merge:
method: merge
#strict: smart+fasttrack
- name: semi-automatic merge for scala-steward pull requests
conditions:
- author=scala-steward
- status-success="Build and Test (ubuntu-latest, 2.13.4, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.12.13, [email protected])"
actions:
merge:
method: merge
#strict: smart+fasttrack
- name: automatic merge for scala-steward pull requests affecting project build.properties
conditions:
- author=scala-steward
- status-success="Build and Test (ubuntu-latest, 2.13.4, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.12.13, [email protected])"
- "#files=1"
- files=project/build.properties
actions:
merge:
method: merge
#strict: smart+fasttrack
- name: automatic merge for scala-steward pull requests affecting .scalafmt.conf
conditions:
- author=scala-steward
- status-success="Build and Test (ubuntu-latest, 2.13.4, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.12.13, [email protected])"
- "#files=1"
- files=.scalafmt.conf
actions:
merge:
method: merge
# strict: smart+fasttrack