forked from http4s/http4s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
17 lines (16 loc) · 790 Bytes
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pull_request_rules:
- name: automatically merge scala-steward's PRs
conditions:
- author=scala-steward
- body~=labels:.*semver-patch.*
- status-success=Build and Test (ubuntu-latest, 2.13.3, [email protected])
- status-success=Build and Test (ubuntu-latest, 2.13.3, [email protected])
- status-success=Build and Test (ubuntu-latest, 2.13.3, [email protected])
- status-success=Build and Test (ubuntu-latest, 2.12.12, [email protected])
- status-success=Build and Test (ubuntu-latest, 2.12.12, [email protected])
- status-success=Build and Test (ubuntu-latest, 2.12.12, [email protected])
- status-success=Build website (ubuntu-latest, 2.12.12, [email protected])
- status-success=Build docs (ubuntu-latest, 2.12.12, [email protected])
actions:
merge:
method: merge