This repository was archived by the owner on Jun 30, 2026. It is now read-only.
forked from kubevirt/project-infra
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlabels.yaml
More file actions
497 lines (497 loc) · 13.8 KB
/
Copy pathlabels.yaml
File metadata and controls
497 lines (497 loc) · 13.8 KB
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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
---
default:
labels:
- color: 8fc951
description: Indicates an issue or PR is ready to be actively worked on.
name: triage/accepted
target: both
prowPlugin: label
addedBy: org members
- color: d455d0
description: Indicates an issue is a duplicate of other open issue.
name: triage/duplicate
target: both
addedBy: anyone
- color: d455d0
description: Indicates an issue needs more information in order to work on it.
name: triage/needs-information
target: both
addedBy: anyone
- color: d455d0
description: Indicates an issue can not be reproduced as described.
name: triage/not-reproducible
target: both
addedBy: anyone
- color: d455d0
description: Indicates an issue that can not or will not be resolved.
name: triage/unresolved
target: both
addedBy: anyone
- color: 8452c9
name: triage/build-watcher
target: issues
description: Discovered by a kubevirt build-watcher. Pay attention to these issues to keep CI healthy.
prowPlugin: label
addedBy: anyone
previously:
- name: triage/build-officer
color: 8452c9
- color: c2e0c6
name: release-note
target: prs
description: Denotes a PR that will be considered when it comes time to generate release notes.
prowPlugin: release-note
addedBy: prow
- color: c2e0c6
description: Denotes a PR that introduces potentially breaking changes that require user action. # These actions will be specifically called out when it comes time to generate release notes.
name: release-note-action-required
target: prs
prowPlugin: releasenote
addedBy: prow
- color: c2e0c6
description: Denotes a PR that doesn't merit a release note. # will be ignored when it comes time to generate release notes.
name: release-note-none
target: prs
prowPlugin: release-note
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 is a work in progress.
name: do-not-merge/work-in-progress
target: prs
prowPlugin: wip
addedBy: prow
- color: BDBDBD
description: Indicates a PR cannot be merged because it has merge conflicts with HEAD.
name: needs-rebase
target: prs
prowPlugin: needs-rebase
addedBy: prow
- color: e11d21
description: Indicates that a PR should not merge because it's missing one of the release note labels.
name: do-not-merge/release-note-label-needed
previously:
- name: needs/release-note
color: d4c5f9
target: prs
addedBy: prow
prowPlugin: release-note
- name: kind/blocker
color: b60205
target: both
addedBy: anyone
prowPlugin: label
- name: kind/bug
color: ee0701
target: both
addedBy: anyone
prowPlugin: label
- name: kind/enhancement
color: bfd4f2
target: both
addedBy: anyone
prowPlugin: label
- name: kind/proposal
color: bfd4f2
target: both
addedBy: anyone
prowPlugin: label
- name: kind/question
color: cc317c
target: both
addedBy: anyone
prowPlugin: label
- name: kind/tracker
color: bc19c1
target: both
addedBy: anyone
prowPlugin: label
- color: e11d21
description: Categorizes issue or PR as related to adding, removing, or otherwise changing an API
name: kind/api-change
target: both
prowPlugin: label
addedBy: anyone
- name: size/L
color: ee9900
target: both
previously:
- name: size-L
color: f9d0c4
addedBy: prow
prowPlugin: size
- name: size/M
color: eebb00
target: both
previously:
- name: size-M
color: f9d0c4
addedBy: prow
prowPlugin: size
- name: size/S
color: 77bb00
target: both
previously:
- name: size-S
color: f9d0c4
addedBy: prow
prowPlugin: size
- name: size/XL
color: ee5500
target: both
previously:
- name: size-XL
color: f9d0c4
addedBy: prow
prowPlugin: size
- color: "009900"
name: size/XS
target: both
addedBy: prow
prowPlugin: size
- color: ee0000
name: size/XXL
target: both
addedBy: prow
prowPlugin: size
- color: d3e2f0
description: Indicates that an issue or PR should not be auto-closed due to staleness.
name: lifecycle/frozen
target: both
prowPlugin: lifecycle
addedBy: prow
- color: 8fc951
description: Indicates that an issue or PR is actively being worked on by a contributor.
name: lifecycle/active
target: both
prowPlugin: lifecycle
addedBy: prow
- 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: prow
- color: "795548"
description: Denotes an issue or PR has remained open with no activity and has become stale.
name: lifecycle/stale
target: both
prowPlugin: lifecycle
addedBy: prow
- name: sig/network
color: c5def5
target: both
prowPlugin: label
addedBy: anyone
previously:
- name: topic/network
color: c5def5
- name: sig/security
color: c5def5
target: both
prowPlugin: label
addedBy: anyone
previously:
- name: topic/security
color: c5def5
- name: sig/storage
color: c5def5
target: both
prowPlugin: label
addedBy: anyone
previously:
- name: topic/storage
color: c5def5
- name: sig/virtualization
color: c5def5
target: both
prowPlugin: label
addedBy: anyone
previously:
- name: topic/virtualization
color: c5def5
- name: sig/code-quality
color: ce23cf
target: both
prowPlugin: label
addedBy: anyone
- color: e11d21
description: Indicates the PR's author has not DCO signed all their commits.
name: "dco-signoff: no"
target: prs
prowPlugin: dco
addedBy: prow
- color: bfe5bf
description: Indicates the PR's author has DCO signed all their commits.
name: "dco-signoff: yes"
target: prs
prowPlugin: dco
addedBy: prow
- color: 15dd18
description: Indicates that a PR is ready to be merged.
name: lgtm
target: prs
prowPlugin: lgtm
addedBy: reviewers or members
- color: 0ffa16
description: Indicates a PR has been approved by an approver from all required OWNERS files.
name: approved
target: prs
prowPlugin: approve
addedBy: approvers
- color: b60205
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: 15dd18
description: Indicates a non-member PR verified by an org member that is safe to test. # This is the opposite of needs-ok-to-test and should be mutually exclusive.
name: ok-to-test
target: prs
prowPlugin: trigger
addedBy: prow
repos:
kubevirt/kubevirt:
labels:
- name: needs/documentation
color: d4c5f9
target: both
- name: priority/backlog
color: fbca04
target: both
- name: priority/critical-urgent
color: d93f0b
target: both
- name: research-needed
color: fef2c0
target: both
- name: wontfix
color: ffffff
target: both
- name: duplicate
color: cccccc
target: both
- name: for/developers
color: fef2c0
target: both
- name: for/users
color: fef2c0
target: both
- name: good-first-issue
color: 128A0C
target: issues
previously:
- name: good first issue
color: 128A0C
- name: help-wanted
color: 128A0C
target: issues
previously:
- name: help wanted
color: 128A0C
- name: distro/kubernetes
color: fcb3ad
target: both
previously:
- name: distro/kuberenetes
color: fcb3ad
- name: distro/openshift
color: fcb3ad
target: both
- name: area/operator
color: bfd4f2
target: both
- name: area/api-server
color: bfd4f2
target: both
- name: area/controller
color: bfd4f2
target: both
- name: area/handler
color: bfd4f2
target: both
- name: area/launcher
color: bfd4f2
target: both
- name: area/virtctl
color: bfd4f2
target: both
- name: area/monitoring
color: bfd4f2
target: both
- name: area/instancetype
color: bfd4f2
target: both
- name: topic/api
color: c5def5
target: both
- name: topic/build
color: c5def5
target: both
- name: topic/ci
color: c5def5
target: both
- name: topic/client
color: c5def5
target: both
- name: topic/community
color: c5def5
target: both
- name: topic/documentation
color: c5def5
target: both
- name: topic/infrastructure
color: c5def5
target: both
- name: topic/integration
color: c5def5
target: both
- name: topic/packaging
color: c5def5
target: both
- name: topic/scheduling
color: c5def5
target: both
- name: topic/testing
color: c5def5
target: both
- color: e11d21
description: Categorizes PRs as related to changing build files of virt-* components
name: kind/build-change
target: prs
prowPlugin: label
addedBy: anyone
- color: bf0004
description: Indicates that a PR or issue is blocking a release from a specific branch.
name: release-blocker
target: both
prowPlugin: release-blocker
addedBy: prow
kubevirt/kubevirt.github.io:
labels:
- color: 80e591
description: Label for blog entries
name: kind/blog
target: prs
addedBy: anyone
prowPlugin: label
- color: 064d70
description: Label for web site management/maintenance/...
name: kind/website
target: both
addedBy: anyone
prowPlugin: label
kubevirt/kubevirt-tutorial:
labels:
- color: 80e591
description: Label for new Labs included
name: kind/new-lab
target: prs
addedBy: anyone
prowPlugin: label
- color: 064d70
description: Label for Lab deployment inclusion
name: kind/lab-deployment
target: prs
addedBy: anyone
prowPlugin: label
- name: kind/lab-updates
description: Label for Labs updates
color: bfd4f2
target: pr
addedBy: anyone
prowPlugin: label
kubevirt/hyperconverged-cluster-operator:
labels:
- color: e11d21
description: Needed to be compatible with openshift CI
name: tide/merge-blocker
target: prs
addedBy: openshift-ci
prowPlugin: label
kubevirt/project-infra:
labels:
- addedBy: anyone
color: 81F2B9
description: Issues and PRs concerning FlakeFinder, a tool to find flaky tests
name: area/flakefinder
prowPlugin: label
target: both
- addedBy: anyone
color: AB72F2
description: Issues and PRs concerning KubeVirt Prow, i.e. configuration, setup etc.
name: area/prow
prowPlugin: label
target: both
- addedBy: anyone
color: F2E75C
description: Issues and PRs concerning automation, i.e. KubeVirt job updates, KubeVirtCI bumps etc.
name: area/automation
prowPlugin: label
target: both
- addedBy: anyone
color: F2E75C
description: Issues and PRs concerning monitoring of Prow components
name: area/monitoring
prowPlugin: label
target: both
nmstate/kubernetes-nmstate:
labels:
- name: kind/documentation
color: 167e8c
target: both
prowPlugin: label
addedBy: anyone
- name: kind/feature
color: 1a7f08
target: both
prowPlugin: label
addedBy: anyone
- name: kind/infrastructure
color: c90c67
target: both
prowPlugin: label
addedBy: anyone
- name: kind/refactor
color: 842700
target: both
prowPlugin: label
addedBy: anyone
- name: kind/test
color: 114d6d
target: both
prowPlugin: label
addedBy: anyone
- name: priority/highest
color: fbca04
target: both
- name: priority/high
color: adadeb
target: both
- name: priority/medium
color: c2c2f0
target: both
- name: priority/low
color: d6d6f5
target: both
- name: priority/lowest
color: ebebfa
target: both
- name: duplicate
color: cccccc
target: both
- name: invalid
color: ffffff
target: both
- name: good first issue
color: 128A0C
target: issues
- name: help wanted
color: 128A0C
target: issues