-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
43 lines (42 loc) · 1.15 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
36
37
38
39
40
41
42
43
# 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=pismute-steward[bot]
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- status-success=Build and Test (ubuntu-latest, 3, temurin@11, rootJS)
- status-success=Build and Test (ubuntu-latest, 3, temurin@11, rootJVM)
actions:
merge:
method: squash
- name: Label effect PRs
conditions:
- files~=^effect/
actions:
label:
add:
- effect
remove: []
- name: Label mtl PRs
conditions:
- files~=^mtl/
actions:
label:
add:
- mtl
remove: []
- name: label scala-steward's PRs
conditions:
- author=pismute-steward[bot]
actions:
label:
add:
- dependency-update
remove: []