-
Notifications
You must be signed in to change notification settings - Fork 347
/
Copy path.mergify.yml
33 lines (33 loc) · 1.32 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
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-21 unit tests 1 / 2
- check-success=windows-latest jdk-21 unit tests 2 / 2
- check-success=macOS-latest jdk-21 unit tests 1 / 2
- check-success=macOS-latest jdk-21 unit tests 2 / 2
- check-success=ubuntu-latest jdk-21 unit tests 1 / 2
- check-success=ubuntu-latest jdk-21 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=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=Sbt-metals/scripted jdk8
- check-success=LSP integration tests
- check-success=Mill integration
- check-success=Scala 2.11 cross tests
- check-success=MiMa
- check-success=Scala javapc tests
- check-success=sbt-metals/scripted (Sbt 2)
- check-success=Sbt-metals/scripted jdk11
actions:
merge:
method: squash