-
Notifications
You must be signed in to change notification settings - Fork 356
/
.mergify.yml
169 lines (168 loc) · 3.38 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# 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, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@11)
- status-success=Build and Test (ubuntu-latest, 3, temurin@11)
actions:
merge: {}
- name: Label bench PRs
conditions:
- files~=^modules/bench/
actions:
label:
add:
- bench
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 example PRs
conditions:
- files~=^modules/example/
actions:
label:
add:
- example
remove: []
- name: Label free PRs
conditions:
- files~=^modules/free/
actions:
label:
add:
- free
remove: []
- name: Label h2 PRs
conditions:
- files~=^modules/h2/
actions:
label:
add:
- h2
remove: []
- name: Label h2-circe PRs
conditions:
- files~=^modules/h2-circe/
actions:
label:
add:
- h2-circe
remove: []
- name: Label hikari PRs
conditions:
- files~=^modules/hikari/
actions:
label:
add:
- hikari
remove: []
- name: Label log4cats PRs
conditions:
- files~=^modules/log4cats/
actions:
label:
add:
- log4cats
remove: []
- name: Label munit PRs
conditions:
- files~=^modules/munit/
actions:
label:
add:
- munit
remove: []
- name: Label mysql PRs
conditions:
- files~=^modules/mysql/
actions:
label:
add:
- mysql
remove: []
- name: Label postgres PRs
conditions:
- files~=^modules/postgres/
actions:
label:
add:
- postgres
remove: []
- name: Label postgres-circe PRs
conditions:
- files~=^modules/postgres-circe/
actions:
label:
add:
- postgres-circe
remove: []
- name: Label refined PRs
conditions:
- files~=^modules/refined/
actions:
label:
add:
- refined
remove: []
- name: Label scalatest PRs
conditions:
- files~=^modules/scalatest/
actions:
label:
add:
- scalatest
remove: []
- name: Label specs2 PRs
conditions:
- files~=^modules/specs2/
actions:
label:
add:
- specs2
remove: []
- name: Label testutils PRs
conditions:
- files~=^modules/testutils/
actions:
label:
add:
- testutils
remove: []
- name: Label weaver PRs
conditions:
- files~=^modules/weaver/
actions:
label:
add:
- weaver
remove: []
- name: merge-when-ci-pass
conditions:
- status-success=Build and Test (ubuntu-latest, 2.12, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@11)
- status-success=Build and Test (ubuntu-latest, 3, temurin@11)
- label=merge-on-build-success
actions:
merge: {}