-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
35 lines (33 loc) · 1.23 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
34
35
pull_request_rules:
- name: Automatically approve bot PRs
conditions: &base_merge_conditions
- status-success=Generate project (JVM - Scala 2.13)
- status-success=Generate project (JVM - Scala 3)
- status-success=Generate project (Native - Scala 2.13)
- status-success=Generate project (Native - Scala 3)
- status-success=GitHub workflows check (JVM - Scala 2.13)
- status-success=GitHub workflows check (JVM - Scala 3)
- status-success=GitHub workflows check (Native - Scala 2.13)
- status-success=GitHub workflows check (Native - Scala 3)
- status-success=Scalafmt check (JVM - Scala 2.13)
- status-success=Scalafmt check (JVM - Scala 3)
- status-success=Scalafmt check (Native - Scala 2.13)
- status-success=Scalafmt check (Native - Scala 3)
- status-success=Run tests (JVM - Scala 2.13)
- status-success=Run tests (JVM - Scala 3)
- status-success=Run tests (Native - Scala 2.13)
- status-success=Run tests (Native - Scala 3)
- or:
- author=horothesun-scala-steward[bot]
- author=horothesun-renovate[bot]
actions:
review:
type: APPROVE
- name: Automatically merge bot PRs
conditions:
- and: *base_merge_conditions
- and:
- "#approved-reviews-by>=1"
actions:
merge:
method: squash