forked from fthomas/refined
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
113 lines (112 loc) · 2.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# 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
- body~=labels:.*early-semver-patch
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@8)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@8)
actions:
merge: {}
- name: Label benchmark PRs
conditions:
- files~=^modules/benchmark/
actions:
label:
add:
- benchmark
remove: []
- name: Label cats PRs
conditions:
- files~=^modules/cats/
actions:
label:
add:
- cats
remove: []
- name: Label core PRs
conditions:
- files~=^modules/core/
actions:
label:
add:
- core
remove: []
- name: Label docs PRs
conditions:
- files~=^modules/docs/
actions:
label:
add:
- docs
remove: []
- name: Label eval PRs
conditions:
- files~=^modules/eval/
actions:
label:
add:
- eval
remove: []
- name: Label jsonpath PRs
conditions:
- files~=^modules/jsonpath/
actions:
label:
add:
- jsonpath
remove: []
- name: Label pureconfig PRs
conditions:
- files~=^modules/pureconfig/
actions:
label:
add:
- pureconfig
remove: []
- name: Label scalacheck PRs
conditions:
- files~=^modules/scalacheck/
actions:
label:
add:
- scalacheck
remove: []
- name: Label scalaz PRs
conditions:
- files~=^modules/scalaz/
actions:
label:
add:
- scalaz
remove: []
- name: Label scodec PRs
conditions:
- files~=^modules/scodec/
actions:
label:
add:
- scodec
remove: []
- name: Label scopt PRs
conditions:
- files~=^modules/scopt/
actions:
label:
add:
- scopt
remove: []
- name: Label shapeless PRs
conditions:
- files~=^modules/shapeless/
actions:
label:
add:
- shapeless
remove: []