-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.mergify.yml
More file actions
34 lines (33 loc) · 1.48 KB
/
.mergify.yml
File metadata and controls
34 lines (33 loc) · 1.48 KB
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
# This file was automatically generated by sbt-typelevel-mergify using the
# mergifyGenerate task. You should add and commit this file to
# your git repository. It goes without saying that you shouldn't edit
# this file by hand! Instead, if you wish to make changes, you should
# change your sbt build configuration to revise the mergify configuration
# to meet your needs, then regenerate this file.
pull_request_rules:
- name: merge scala-steward's PRs
conditions:
- author=scala-steward
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- status-success=Test (ubuntu-22.04, 3, temurin@17, java-time-literals-rootJS)
- status-success=Test (ubuntu-22.04, 3, temurin@17, java-time-literals-rootJVM)
- status-success=Test (ubuntu-22.04, 3, temurin@17, java-time-literals-rootNative)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, java-time-literals-rootJS)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, java-time-literals-rootJVM)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, java-time-literals-rootNative)
- status-success=Test (ubuntu-22.04, 2.12, temurin@17, java-time-literals-rootJS)
- status-success=Test (ubuntu-22.04, 2.12, temurin@17, java-time-literals-rootJVM)
- status-success=Test (ubuntu-22.04, 2.12, temurin@17, java-time-literals-rootNative)
- '#approved-reviews-by>=1'
actions:
merge: {}
- name: Label core PRs
conditions:
- files~=^core/
actions:
label:
add:
- core
remove: []