-
Notifications
You must be signed in to change notification settings - Fork 333
/
.mergify.yml
29 lines (29 loc) · 1.16 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
pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
- author=scalameta-bot
- label=semver-spec-patch
- label=library-update
- check-success=windows-latest jdk-17 unit tests 1 / 2
- check-success=windows-latest jdk-17 unit tests 2 / 2
- check-success=macOS-latest jdk-17 unit tests 1 / 2
- check-success=macOS-latest jdk-17 unit tests 2 / 2
- check-success=ubuntu-latest jdk-17 unit tests 1 / 2
- check-success=ubuntu-latest jdk-17 unit tests 2 / 2
- check-success=ubuntu-latest jdk-8 unit tests 1 / 2
- check-success=ubuntu-latest jdk-8 unit tests 2 / 2
- check-success=Gradle MacOS integration
- check-success=Gradle integration
- check-success=Sbt integration
- check-success=Maven integration
- check-success=Scalafix and docs
- check-success=Formatting
- check-success=Scala cross tests
- check-success=Scala3 latest NIGHTLY cross test
- check-success=Sbt-metals/scripted jdk8
- check-success=LSP integration tests
- check-success=Mill integration
actions:
merge:
method: squash