-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
.mergify.yml
20 lines (20 loc) · 833 Bytes
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pull_request_rules:
- name: merge Scala Steward's PRs
conditions:
- base=master
- author=scala-steward
- "body~=(labels: library-update, semver-minor)|(labels: library-update, semver-patch)|(labels: sbt-plugin-update, semver-minor)|(labels: sbt-plugin-update, semver-patch)|(labels: test-library-update, semver-minor)|(labels: test-library-update, semver-patch)"
- "status-success=ci/circleci: test213_jdk11"
- "status-success=ci/circleci: test213_jdk8"
- "status-success=ci/circleci: test212_jdk11"
- "status-success=ci/circleci: test212_jdk8"
- "status-success=ci/circleci: test_dotty_jdk11"
actions:
merge:
method: squash
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
actions:
merge:
method: squash