-
Notifications
You must be signed in to change notification settings - Fork 49
/
.mergify.yml
179 lines (178 loc) · 3.85 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
170
171
172
173
174
175
176
177
178
179
# 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=typelevel-steward[bot]
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- status-success=Test (ubuntu-22.04, 2.12, temurin@8, sbt-typelevelJVM)
- status-success=Test (ubuntu-22.04, 2.12, temurin@11, sbt-typelevelJVM)
- status-success=Test (ubuntu-22.04, 2.12, temurin@17, sbt-typelevelJVM)
- status-success=Test (ubuntu-22.04, 2.12, graal_22.3.2@11, sbt-typelevelJVM)
- status-success=Test (ubuntu-22.04, 2.12, graalvm@21, sbt-typelevelJVM)
- status-success=Test (ubuntu-22.04, 2.12, corretto@17, sbt-typelevelJVM)
- status-success=Test (ubuntu-22.04, 2.12, semeru@17, sbt-typelevelJVM)
- status-success=Test (macos-latest, 2.12, temurin@17, sbt-typelevelJVM)
- status-success=Test (windows-latest, 2.12, temurin@8, sbt-typelevelJVM)
- status-success=Validate Steward Config (ubuntu-22.04, temurin@11)
- status-success=Generate Site (ubuntu-22.04, temurin@11)
- '#approved-reviews-by>=1'
actions:
merge: {}
- name: Label ci PRs
conditions:
- files~=^ci/
actions:
label:
add:
- ci
remove: []
- name: Label ci-release PRs
conditions:
- files~=^ci-release/
actions:
label:
add:
- ci-release
remove: []
- name: Label ci-signing PRs
conditions:
- files~=^ci-signing/
actions:
label:
add:
- ci-signing
remove: []
- name: Label core PRs
conditions:
- files~=^core/
actions:
label:
add:
- core
remove: []
- name: Label docs PRs
conditions:
- files~=^docs/
actions:
label:
add:
- docs
remove: []
- name: Label github PRs
conditions:
- files~=^github/
actions:
label:
add:
- github
remove: []
- name: Label github-actions PRs
conditions:
- files~=^github-actions/
actions:
label:
add:
- github-actions
remove: []
- name: Label kernel PRs
conditions:
- files~=^kernel/
actions:
label:
add:
- kernel
remove: []
- name: Label mdocs PRs
conditions:
- files~=^mdocs/
actions:
label:
add:
- mdocs
remove: []
- name: Label mergify PRs
conditions:
- files~=^mergify/
actions:
label:
add:
- mergify
remove: []
- name: Label mima PRs
conditions:
- files~=^mima/
actions:
label:
add:
- mima
remove: []
- name: Label no-publish PRs
conditions:
- files~=^no-publish/
actions:
label:
add:
- no-publish
remove: []
- name: Label scalafix PRs
conditions:
- files~=^scalafix/
actions:
label:
add:
- scalafix
remove: []
- name: Label settings PRs
conditions:
- files~=^settings/
actions:
label:
add:
- settings
remove: []
- name: Label site PRs
conditions:
- files~=^site/
actions:
label:
add:
- site
remove: []
- name: Label sonatype PRs
conditions:
- files~=^sonatype/
actions:
label:
add:
- sonatype
remove: []
- name: Label sonatype-ci-release PRs
conditions:
- files~=^sonatype-ci-release/
actions:
label:
add:
- sonatype-ci-release
remove: []
- name: Label versioning PRs
conditions:
- files~=^versioning/
actions:
label:
add:
- versioning
remove: []
- name: assign scala-steward's PRs for review
conditions:
- author=typelevel-steward[bot]
actions:
request_reviews:
users:
- armanbilge