forked from typelevel/cats-effect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
27 lines (27 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
pull_request_rules:
- name: label scala-steward's PRs
conditions:
- author=scala-steward
actions:
label:
add: [dependencies]
- name: automatically merge scala-steward's patch PRs
conditions:
- author=scala-steward
- status-success=Build and Test (ubuntu-latest, 2.12.13, adopt@1.8, ciJVM)
- status-success=Build and Test (ubuntu-latest, 2.13.5, adopt@1.8, ciJVM)
- status-success=Build and Test (windows-latest, 2.13.5, adopt@1.8, ciJVM)
- status-success=Build and Test (ubuntu-latest, 3.0.0-M3, adopt@1.8, ciJVM)
- status-success=Build and Test (ubuntu-latest, 3.0.0-RC1, adopt@1.8, ciJVM)
- status-success=Build and Test (ubuntu-latest, 2.12.13, adopt@1.8, ciJS)
- status-success=Build and Test (ubuntu-latest, 2.13.5, adopt@1.8, ciJS)
- status-success=Build and Test (ubuntu-latest, 3.0.0-M3, adopt@1.8, ciJS)
- status-success=Build and Test (ubuntu-latest, 3.0.0-RC1, adopt@1.8, ciJS)
- status-success=Build and Test (ubuntu-latest, 2.12.13, adopt@1.8, ciFirefox)
- status-success=Build and Test (ubuntu-latest, 2.13.5, adopt@1.8, ciFirefox)
- status-success=Build and Test (ubuntu-latest, 3.0.0-M3, adopt@1.8, ciFirefox)
- status-success=Build and Test (ubuntu-latest, 3.0.0-RC1, adopt@1.8, ciFirefox)
- body~=labels:.*semver-patch
actions:
merge:
method: merge