forked from trace4cats/trace4cats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
51 lines (47 loc) · 1.38 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
pull_request_rules:
- name: request reviews and label scala-steward's PRs
conditions:
- author=scala-steward
actions:
request_reviews:
users: [janstenpickle, catostrophe]
label:
add: [dependency-update]
- name: automatically merge scala-steward's PRs affecting project plugins
conditions:
- author=scala-steward
- status-success~=test \(2.12
- status-success~=test \(2.13
- "#files=1"
- files=project/plugins.sbt
actions:
merge:
method: merge
- name: automatically merge scala-steward's PRs affecting project build properties
conditions:
- author=scala-steward
- status-success~=test \(2.12
- status-success~=test \(2.13
- "#files=1"
- files=project/build.properties
actions:
merge:
method: merge
- name: automatically merge scala-steward's PRs updating semver-patch versions
conditions:
- author=scala-steward
- status-success~=test \(2.12
- status-success~=test \(2.13
- body~=labels:.*semver-patch
actions:
merge:
method: merge
- name: automatically merge other scala-steward's PRs reviewed by 1 maintainer
conditions:
- author=scala-steward
- status-success~=test \(2.12
- status-success~=test \(2.13
- "#approved-reviews-by>=1"
actions:
merge:
method: merge