-
Notifications
You must be signed in to change notification settings - Fork 24
/
labels.yaml
379 lines (372 loc) · 12.9 KB
/
labels.yaml
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
# default: global configuration to be applied to all repos
# repos: list of repos with specific configuration to be applied in addition to default
# labels: list of labels - keys for each item: color, description, name, target, deleteAfter, previously
# deleteAfter: 2006-01-02T15:04:05Z (rfc3339)
# previously: list of previous labels (color name deleteAfter, previously)
# target: one of issues, prs, or both (also TBD)
# addedBy: human? prow plugin? other?
---
default:
labels:
- color: d2b48c
description: Categorizes an issue or PR as relevant to WG BYON Build Pipelines.
name: wg/byon-build-pipelines
target: both
prowPlugin: label
addedBy: anyone
- color: d2b48c
description: Categorizes an issue or PR as relevant to WG DevSecOps
name: wg/devsecops
target: both
prowPlugin: label
addedBy: anyone
- color: c0ff4a
description: Denotes an issue or PR intended to be handled by the steering committee.
name: committee/steering
target: both
prowPlugin: label
addedBy: anyone
- color: fef2c0
description: Denotes an issue or PR relevant to SIG Community Experience.
name: sig/community-experience
target: both
prowPlugin: label
addedBy: anyone
- color: fef2c0
description: Denotes an issue or PR relevant to SIG Data Science.
name: sig/data-science
target: both
prowPlugin: label
addedBy: anyone
- color: fef2c0
description: Denotes an issue or PR relevant to SIG Services.
name: sig/services
target: both
prowPlugin: label
addedBy: anyone
- color: ff9695
description: This is an Issue or PR someone want to give a demo or request a demo.
name: kind/demo
target: both
prowPlugin: label
addedBy: human
- color: 0e8a16
description: Indicates a PR has been approved by an approver from all required OWNERS files.
name: approved
target: prs
prowPlugin: approve
addedBy: approvers
- color: e11d21
description: Indicates that a PR should not merge because it touches files in blocked paths.
name: do-not-merge/blocked-paths
target: prs
prowPlugin: blockade
addedBy: prow
- color: e11d21
description: Indicates that a PR should not merge because someone has issued a /hold command.
name: do-not-merge/hold
target: prs
prowPlugin: hold
addedBy: anyone
- color: e11d21
description: Indicates that a PR should not merge because it has an invalid OWNERS file in it.
name: do-not-merge/invalid-owners-file
target: prs
prowPlugin: verify-owners
addedBy: prow
- color: e11d21
description: Indicates that a PR should not merge because it is a work in progress.
name: do-not-merge/work-in-progress
target: prs
prowPlugin: wip
addedBy: prow
- color: e11d21
description: Categorizes issue or PR as related to a bug.
name: kind/bug
previously:
- name: bug
target: both
prowPlugin: label
addedBy: anyone
- color: c7def8
description: Categorizes issue or PR as related to cleaning up code, process, or technical debt.
name: kind/cleanup
target: both
prowPlugin: label
addedBy: anyone
- color: e11d21
description: Categorizes issue or PR as related to a feature/enhancement marked for deprecation.
name: kind/deprecation
target: both
prowPlugin: label
addedBy: anyone
- color: c7def8
description: Categorizes issue or PR as related to documentation.
name: kind/documentation
target: both
prowPlugin: label
addedBy: anyone
- color: c7def8
description: Categorizes issue or PR as related to a new feature.
name: kind/feature
previously:
- name: enhancement
- name: kind/enhancement
target: both
prowPlugin: label
addedBy: anyone
- color: d455d0
description: Categorizes issue or PR as a support question.
name: kind/question
previously:
- name: close/support
- name: question
- name: triage/support
target: both
addedBy: humans
- color: 15dd18
description: Indicates that a PR is ready to be merged.
name: lgtm
target: prs
prowPlugin: lgtm
addedBy: reviewers or members
- color: d3e2f0
description: Indicates that an issue or PR should not be auto-closed due to staleness.
name: lifecycle/frozen
previously:
- name: keep-open
target: both
prowPlugin: lifecycle
addedBy: anyone
- color: 8fc951
description: Indicates that an issue or PR is actively being worked on by a contributor.
name: lifecycle/active
previously:
- name: active
target: both
prowPlugin: lifecycle
addedBy: anyone
- color: "604460"
description: Denotes an issue or PR that has aged beyond stale and will be auto-closed.
name: lifecycle/rotten
target: both
prowPlugin: lifecycle
addedBy: anyone
- color: "795548"
description: Denotes an issue or PR has remained open with no activity and has become stale.
name: lifecycle/stale
previously:
- name: stale
target: both
prowPlugin: lifecycle
addedBy: anyone
- color: e11d21
description: Indicates a PR that requires an org member to verify it is safe to test. # This is to prevent spam/abuse of our CI system, and can be circumvented by becoming an org member. Org members can remove this label with the `/ok-to-test` command.
name: needs-ok-to-test
target: prs
prowPlugin: trigger
addedBy: prow
- color: e11d21
description: Indicates a PR cannot be merged because it has merge conflicts with HEAD.
name: needs-rebase
target: prs
prowPlugin: needs-rebase
isExternalPlugin: true
addedBy: prow
- color: fef2c0
description: Lowest priority. Possibly useful, but not yet enough support to actually get it done. # These are mostly place-holders for potentially good ideas, so that they don't get completely forgotten, and can be referenced /deduped every time they come up.
name: priority/awaiting-more-evidence
target: both
prowPlugin: label
addedBy: anyone
- color: fbca04
description: Higher priority than priority/awaiting-more-evidence. # There appears to be general agreement that this would be good to have, but we may not have anyone available to work on it right now or in the immediate future. Community contributions would be most welcome in the mean time (although it might take a while to get them reviewed if reviewers are fully occupied with higher priority issues, for example immediately before a release).
name: priority/backlog
target: both
prowPlugin: label
addedBy: anyone
- color: e11d21
description: Highest priority. Must be actively worked on as someone's top priority right now. # Stuff is burning. If it's not being actively worked on, someone is expected to drop what they're doing immediately to work on it. Team leaders are responsible for making sure that all the issues, labeled with this priority, in their area are being actively worked on. Examples include user-visible bugs in core features, broken builds or tests and critical security issues.
name: priority/critical-urgent
target: both
prowPlugin: label
addedBy: anyone
- color: eb6420
description: Important over the long term, but may not be staffed and/or may need multiple releases to complete.
name: priority/important-longterm
target: both
prowPlugin: label
addedBy: anyone
- color: eb6420
description: Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
name: priority/important-soon
target: both
prowPlugin: label
addedBy: anyone
- color: ee9900
description: Denotes a PR that changes 100-499 lines, ignoring generated files.
name: size/L
target: prs
prowPlugin: size
addedBy: prow
- color: eebb00
description: Denotes a PR that changes 30-99 lines, ignoring generated files.
name: size/M
target: prs
prowPlugin: size
addedBy: prow
- color: 77bb00
description: Denotes a PR that changes 10-29 lines, ignoring generated files.
name: size/S
target: prs
prowPlugin: size
addedBy: prow
- color: ee5500
description: Denotes a PR that changes 500-999 lines, ignoring generated files.
name: size/XL
target: prs
prowPlugin: size
addedBy: prow
- color: "009900"
description: Denotes a PR that changes 0-9 lines, ignoring generated files.
name: size/XS
target: prs
prowPlugin: size
addedBy: prow
- color: ee0000
description: Denotes a PR that changes 1000+ lines, ignoring generated files.
name: size/XXL
target: prs
prowPlugin: size
addedBy: prow
- color: ffaa00
description: Denotes a PR that should be squashed by tide when it merges.
name: tide/merge-method-squash
target: prs
addedBy: humans
previously:
- name: tide/squash
- color: ffaa00
description: Denotes a PR that should be rebased by tide when it merges.
name: tide/merge-method-rebase
target: prs
addedBy: humans
- color: ffaa00
description: Denotes a PR that should use a standard merge by tide when it merges.
name: tide/merge-method-merge
target: prs
addedBy: humans
- color: e11d21
description: Denotes an issue that blocks the tide merge queue for a branch while it is open.
name: tide/merge-blocker
target: issues
addedBy: humans
previously:
- name: merge-blocker
- color: f9d0c4
description: ¯\\\_(ツ)_/¯
name: "¯\\_(ツ)_/¯"
target: both
prowPlugin: shrug
addedBy: humans
- color: 99cdf8
description: Issues targeting the hacktoberfest participants.
name: hacktoberfest
previously:
- name: #hacktoberfest
target: issue
prowPlugin: label
addedBy: anyone
- color: 99cdf8
description: PR that has been accepted for hacktoberfest!
name: hacktoberfest-accepted
target: prs
prowPlugin: label
addedBy: humans
- color: d455d0
description: Indicates an issue is a duplicate of other open issue.
name: triage/duplicate
target: both
previously:
- name: close/duplicate
- name: duplicate
addedBy: humans
- color: d455d0
description: Indicates an issue needs more information in order to work on it.
name: triage/needs-information
previously:
- name: close/needs-information
target: both
addedBy: humans
- color: d455d0
description: Indicates an issue can not be reproduced as described.
name: triage/not-reproducible
previously:
- name: close/not-reproducible
target: both
addedBy: humans
- color: d455d0
description: Indicates an issue that can not or will not be resolved.
name: triage/unresolved
previously:
- name: close/unresolved
- name: invalid
- name: wontfix
target: both
addedBy: humans
- color: 4660f9
description: Tags an issue as an Epic.
name: epic
target: issues
addedBy: humans
repos:
open-services-group/community:
labels:
- color: c5991f
description: Issues or PRs related to Communication
name: area/communication
target: both
addedBy: label
- color: 1D76DB
description: Issues or PRs related to Metrics
name: area/metrics
target: both
addedBy: label
- color: 636D81
description: Issues or PRs related to Org Governance
name: area/governance
target: both
addedBy: label
- color: 0E8A16
description: A guideline for services
name: kind/guideline
target: both
addedBy: anyone
open-services-group/okr:
labels:
- color: c5991f
description: all Key Results belonging to the AIOps endeavor
name: area/aiops
previously:
- name: aiops
target: both
addedBy: label
- color: 1D76DB
description: all Key Results belonging to the Operate First initiative
name: area/operate-first
previously:
- name: operate-first
target: both
addedBy: label
- color: 636D81
description: all Key Results belonging to the ODH ET endeavor
name: area/odh-et
previously:
- name: odh-et
target: both
addedBy: label
- color: FBCA04
description: all Key Results belonging to Project Thoth
name: area/project-thoth
target: both
addedBy: label