forked from cert-manager/cert-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.yaml
319 lines (319 loc) · 12.5 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
---
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?
- 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: 0052cc
description: Indicates a PR directly modifies the 'pkg/apis' directory
name: area/api
target: both
addedBy: prow
- color: 0052cc
description: Indicates a PR directly modifies the ACME Issuer code
name: area/provider-acme
target: both
addedBy: prow
- color: 0052cc
description: Indicates a PR modifies or adds an ACME DNS01 provider
name: area/acme-dns01
target: both
addedBy: prow
- color: 0052cc
description: Indicates a PR directly modifies the CA Issuer code
name: area/provider-ca
target: both
addedBy: prow
- color: 0052cc
description: Indicates a PR directly modifies the Vault Issuer code
name: area/provider-vault
target: both
addedBy: prow
- color: fef2c0
description: Indicates a cherrypick PR into a release branch has been approved by the release branch manager. # Consumed by the kubernetes/kubernetes cherrypick-queue.
name: cherrypick-approved
target: prs
addedBy: humans
- color: fef2c0
description: Denotes a PR to master as a candidate for cherry picking into a release branch.
name: cherrypick-candidate
target: prs
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 is a support question.
name: triage/support
previously:
- name: close/support
- name: kind/support
- name: question
target: both
addedBy: humans
- color: e11d21
description: DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed.
name: do-not-merge
target: prs
addedBy: humans
- 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 is not yet approved to merge into a release branch.
name: do-not-merge/cherry-pick-not-approved
target: prs
addedBy: mungegithub cherrypick-label-unapproved munger
- 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's missing one of the release note labels.
name: do-not-merge/release-note-label-needed
previously:
- name: release-note-label-needed
target: prs
prowPlugin: releasenote
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: 7057ff
description: Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
name: 'good first issue'
previously:
- name: for-new-contributors
target: issues
prowPlugin: help
addedBy: anyone
- color: 006b75
description: Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
name: 'help wanted'
previously:
- name: help-wanted
target: issues
prowPlugin: help
addedBy: anyone
- 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: c7def8
description: Categorizes issue or PR as related to design.
name: kind/design
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: f7c6c7
description: Categorizes issue or PR as related to a flaky test.
name: kind/flake
target: both
prowPlugin: label
addedBy: anyone
- 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: "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 or [@fejta-bot](https://github.com/fejta-bot) via [periodic-test-infra-rotten prowjob](https://prow.k8s.io/?job=periodic-test-infra-rotten)
- 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 or [@fejta-bot](https://github.com/fejta-bot) via [periodic-test-infra-stale prowjob](https://prow.k8s.io/?job=periodic-test-infra-stale)
- 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: 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: 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: c2e0c6
description: Denotes a PR that will be considered when it comes time to generate release notes.
name: release-note
target: prs
prowPlugin: releasenote
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: releasenote
addedBy: prow or member or author
- color: eb6420
description: Indicates that a PR doesn't need to be retested prior to merge. # At present only submit-queue consumes this label. Unclear whether we're going to modify tide to respect this or not ([kubernetes/test-infra#5334](https://github.com/kubernetes/test-infra/issues/5334))
name: retest-not-required
target: prs
addedBy: humans
- color: fbca04
description: Indicates that a PR doesn't need to be retested prior to merge because it only changes docs. # At present only submit-queue consumes this label. Unclear whether we're going to modify tide to respect this or not ([kubernetes/test-infra#7195](https://github.com/kubernetes/test-infra/issues/7195))
name: retest-not-required-docs-only
target: prs
prowPlugin: docs-no-retest
addedBy: prow
- 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: fef2c0
description: Used during release burndown. Denotes an issue or PR is approved to be part of the release # A bot will warn then kick issues out of the milestone that lack this label.
name: status/approved-for-milestone
previously:
- name: approved-for-milestone
target: both
prowPlugin: milestonestatus
addedBy: "[@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members)"
- color: fef2c0
description: Used during release burndown. Denotes that an issue is actively being worked.
name: status/in-progress
target: both
prowPlugin: milestonestatus
addedBy: "[@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members)"
- color: fef2c0
description: Used during release burndown. Denotes that a fix for an issue is actively being reviewed.
name: status/in-review
target: both
prowPlugin: milestonestatus
addedBy: "[@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members)"