labels-temp.yaml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. default:
  2. labels:
  3. - color: 0ffa16
  4. description: Indicates a PR has been approved by an approver from all required OWNERS files.
  5. name: approved
  6. target: prs
  7. prowPlugin: approve
  8. addedBy: approvers
  9. - color: fef2c0
  10. description: Indicates a cherrypick PR into a release branch has been approved by the release branch manager. # Consumed by the kubernetes/kubernetes cherrypick-queue.
  11. name: cherrypick-approved
  12. target: prs
  13. addedBy: humans
  14. - color: fef2c0
  15. description: Denotes a PR to master as a candidate for cherry picking into a release branch.
  16. name: cherrypick-candidate
  17. target: prs
  18. addedBy: humans
  19. - color: d455d0
  20. description: Indicates an issue is a duplicate of other open issue.
  21. name: triage/duplicate
  22. target: both
  23. addedBy: humans
  24. - color: d455d0
  25. description: Indicates an issue needs more information in order to work on it.
  26. name: triage/needs-information
  27. target: both
  28. addedBy: humans
  29. - color: d455d0
  30. description: Indicates an issue can not be reproduced as described.
  31. name: triage/not-reproducible
  32. target: both
  33. addedBy: humans
  34. - color: d455d0
  35. description: Indicates an issue that is a support question.
  36. name: triage/support
  37. target: both
  38. addedBy: humans
  39. - color: d455d0
  40. description: Indicates an issue that can not or will not be resolved.
  41. name: triage/unresolved
  42. target: both
  43. addedBy: humans
  44. - color: c0ff4a
  45. description: Denotes an issue or PR intended to be handled by the code of conduct committee. # (as of yet non-existent)
  46. name: committee/conduct
  47. target: both
  48. prowPlugin: label
  49. addedBy: anyone
  50. - color: c0ff4a
  51. description: Denotes an issue or PR intended to be handled by the steering committee.
  52. name: committee/steering
  53. target: both
  54. prowPlugin: label
  55. addedBy: anyone
  56. - color: e11d21
  57. description: Indicates the PR's author has not signed the CNCF CLA.
  58. name: 'cncf-cla: no'
  59. target: prs
  60. prowPlugin: cla
  61. addedBy: prow
  62. - color: bfe5bf
  63. description: Indicates the PR's author has signed the CNCF CLA.
  64. name: 'cncf-cla: yes'
  65. target: prs
  66. prowPlugin: cla
  67. addedBy: prow
  68. - color: e11d21
  69. description: DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed.
  70. name: do-not-merge
  71. target: prs
  72. addedBy: humans
  73. - color: e11d21
  74. description: Indicates that a PR should not merge because it touches files in blocked paths.
  75. name: do-not-merge/blocked-paths
  76. target: prs
  77. prowPlugin: blockade
  78. addedBy: prow
  79. - color: e11d21
  80. description: Indicates that a PR is not yet approved to merge into a release branch.
  81. name: do-not-merge/cherry-pick-not-approved
  82. target: prs
  83. addedBy: mungegithub cherrypick-label-unapproved munger
  84. - color: e11d21
  85. description: Indicates that a PR should not merge because someone has issued a /hold command.
  86. name: do-not-merge/hold
  87. target: prs
  88. prowPlugin: hold
  89. addedBy: anyone
  90. - color: e11d21
  91. description: Indicates that a PR should not merge because it has an invalid OWNERS file in it.
  92. name: do-not-merge/invalid-owners-file
  93. target: prs
  94. prowPlugin: verify-owners
  95. addedBy: prow
  96. - color: e11d21
  97. description: Indicates that a PR should not merge because it's missing one of the release note labels.
  98. name: do-not-merge/release-note-label-needed
  99. target: prs
  100. prowPlugin: releasenote
  101. addedBy: prow
  102. - color: e11d21
  103. description: Indicates that a PR should not merge because it is a work in progress.
  104. name: do-not-merge/work-in-progress
  105. target: prs
  106. prowPlugin: wip
  107. addedBy: prow
  108. - color: 7057ff
  109. description: Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
  110. name: 'good first issue'
  111. target: issues
  112. prowPlugin: help
  113. addedBy: anyone
  114. - color: 006b75
  115. description: Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
  116. name: 'help wanted'
  117. target: issues
  118. prowPlugin: help
  119. addedBy: anyone
  120. - color: e11d21
  121. description: Categorizes issue or PR as related to a bug.
  122. name: kind/bug
  123. target: both
  124. prowPlugin: label
  125. addedBy: anyone
  126. - color: c7def8
  127. description: Categorizes issue or PR as related to cleaning up code, process, or technical debt.
  128. name: kind/cleanup
  129. target: both
  130. prowPlugin: label
  131. addedBy: anyone
  132. - color: c7def8
  133. description: Categorizes issue or PR as related to design.
  134. name: kind/design
  135. target: both
  136. prowPlugin: label
  137. addedBy: anyone
  138. - color: c7def8
  139. description: Categorizes issue or PR as related to documentation.
  140. name: kind/documentation
  141. target: both
  142. prowPlugin: label
  143. addedBy: anyone
  144. - color: e11d21
  145. description: Categorizes issue or PR as related to a consistently or frequently failing test.
  146. name: kind/failing-test
  147. target: both
  148. prowPlugin: label
  149. addedBy: anyone
  150. - color: c7def8
  151. description: Categorizes issue or PR as related to a new feature.
  152. name: kind/feature
  153. target: both
  154. prowPlugin: label
  155. addedBy: anyone
  156. - color: f7c6c7
  157. description: Categorizes issue or PR as related to a flaky test.
  158. name: kind/flake
  159. target: both
  160. prowPlugin: label
  161. addedBy: anyone
  162. - color: 15dd18
  163. description: Indicates that a PR is ready to be merged.
  164. name: lgtm
  165. target: prs
  166. prowPlugin: lgtm
  167. addedBy: reviewers or members
  168. - color: d3e2f0
  169. description: Indicates that an issue or PR should not be auto-closed due to staleness.
  170. name: lifecycle/frozen
  171. target: both
  172. prowPlugin: lifecycle
  173. addedBy: anyone
  174. - color: 8fc951
  175. description: Indicates that an issue or PR is actively being worked on by a contributor.
  176. name: lifecycle/active
  177. target: both
  178. prowPlugin: lifecycle
  179. addedBy: anyone
  180. - color: "604460"
  181. description: Denotes an issue or PR that has aged beyond stale and will be auto-closed.
  182. name: lifecycle/rotten
  183. target: both
  184. prowPlugin: lifecycle
  185. 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)
  186. - color: "795548"
  187. description: Denotes an issue or PR has remained open with no activity and has become stale.
  188. name: lifecycle/stale
  189. 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)
  190. - color: BDBDBD
  191. description: Indicates a PR cannot be merged because it has merge conflicts with HEAD.
  192. name: needs-rebase
  193. target: prs
  194. prowPlugin: needs-rebase
  195. addedBy: prow
  196. - color: fef2c0
  197. 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.
  198. name: priority/awaiting-more-evidence
  199. target: both
  200. prowPlugin: label
  201. addedBy: anyone
  202. - color: fbca04
  203. 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).
  204. name: priority/backlog
  205. target: both
  206. prowPlugin: label
  207. addedBy: anyone
  208. - color: e11d21
  209. 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.
  210. name: priority/critical-urgent
  211. target: both
  212. prowPlugin: label
  213. addedBy: anyone
  214. - color: eb6420
  215. description: Important over the long term, but may not be staffed and/or may need multiple releases to complete.
  216. name: priority/important-longterm
  217. target: both
  218. prowPlugin: label
  219. addedBy: anyone
  220. - color: eb6420
  221. description: Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
  222. name: priority/important-soon
  223. target: both
  224. prowPlugin: label
  225. addedBy: anyone
  226. - color: ffaa00
  227. description: DEPRECATED. # Bumps a PR up in priority in the submit-queue for kubernetes/kubernetes because that PR blocks others by being a dependency for other pending changes. This will stop having any effect once kubernetes/kubernetes migrates away from the submit queue.
  228. name: queue/blocks-others
  229. target: prs
  230. addedBy: humans
  231. - color: ffaa00
  232. description: DEPRECATED. # Bumps a PR up in priority in the submit-queue for kubernetes/kubernetes because that PR that contains a critical fix, and will merge even if e2e tests are failing. This will stop having any effect once kubernetes/kubernetes migrates away from the submit queue.
  233. name: queue/critical-fix
  234. target: prs
  235. addedBy: humans
  236. - color: ffaa00
  237. description: DEPRECATED. # Bumps a PR up in priority in the submit-queue for kubernetes/kubernetes because that PR that will fix or unblock the submit queue. This will stop having any effect once kubernetes/kubernetes migrates away from the submit queue.
  238. name: queue/fix
  239. target: prs
  240. addedBy: humans
  241. - color: ffaa00
  242. description: DEPRECATED. # Bumps a PR up in priority in the submit-queue for kubernetes/kubernetes because that PR that has had difficulty getting merged because merges ahead of it have forced it to be rebased multiple times. This will stop having any effect once kubernetes/kubernetes migrates away from the submit queue.
  243. name: queue/multiple-rebases
  244. target: prs
  245. addedBy: humans
  246. - color: c2e0c6
  247. description: Denotes a PR that will be considered when it comes time to generate release notes.
  248. name: release-note
  249. target: prs
  250. prowPlugin: releasenote
  251. addedBy: prow
  252. - color: c2e0c6
  253. 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.
  254. name: release-note-action-required
  255. target: prs
  256. prowPlugin: releasenote
  257. addedBy: prow
  258. - color: c2e0c6
  259. description: Denotes a PR that doesn't merit a release note. # will be ignored when it comes time to generate release notes.
  260. name: release-note-none
  261. target: prs
  262. prowPlugin: releasenote
  263. addedBy: prow or member or author
  264. - color: eb6420
  265. 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))
  266. name: retest-not-required
  267. target: prs
  268. addedBy: humans
  269. - color: fbca04
  270. 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))
  271. name: retest-not-required-docs-only
  272. target: prs
  273. prowPlugin: docs-no-retest
  274. addedBy: prow
  275. - color: ee9900
  276. description: Denotes a PR that changes 100-499 lines, ignoring generated files.
  277. name: size/L
  278. target: prs
  279. prowPlugin: size
  280. addedBy: prow
  281. - color: eebb00
  282. description: Denotes a PR that changes 30-99 lines, ignoring generated files.
  283. name: size/M
  284. target: prs
  285. prowPlugin: size
  286. addedBy: prow
  287. - color: 77bb00
  288. description: Denotes a PR that changes 10-29 lines, ignoring generated files.
  289. name: size/S
  290. target: prs
  291. prowPlugin: size
  292. addedBy: prow
  293. - color: ee5500
  294. description: Denotes a PR that changes 500-999 lines, ignoring generated files.
  295. name: size/XL
  296. target: prs
  297. prowPlugin: size
  298. addedBy: prow
  299. - color: "009900"
  300. description: Denotes a PR that changes 0-9 lines, ignoring generated files.
  301. name: size/XS
  302. target: prs
  303. prowPlugin: size
  304. addedBy: prow
  305. - color: ee0000
  306. description: Denotes a PR that changes 1000+ lines, ignoring generated files.
  307. name: size/XXL
  308. target: prs
  309. prowPlugin: size
  310. addedBy: prow
  311. - color: fef2c0
  312. 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.
  313. name: status/approved-for-milestone
  314. target: both
  315. prowPlugin: milestonestatus
  316. addedBy: "members of a configurable github team. default: [@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members)"
  317. - color: fef2c0
  318. description: Used during release burndown. Denotes that an issue is actively being worked.
  319. name: status/in-progress
  320. target: both
  321. prowPlugin: milestonestatus
  322. addedBy: "members of a configurable github team. default: [@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members)"
  323. - color: fef2c0
  324. description: Used during release burndown. Denotes that a fix for an issue is actively being reviewed.
  325. name: status/in-review
  326. target: both
  327. prowPlugin: milestonestatus
  328. addedBy: "members of a configurable github team. default: [@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members)"
  329. - color: eb6420
  330. description: library
  331. name: library
  332. target: both
  333. prowPlugin: label
  334. addedBy: anyone
  335. - color: f1f442
  336. description: Live Department
  337. name: live
  338. target: both
  339. prowPlugin: label
  340. addedBy: anyone
  341. - color: f1f442
  342. description: MTC
  343. name: main
  344. target: both
  345. prowPlugin: label
  346. addedBy: anyone
  347. - color: f1f442
  348. description: Ops Department
  349. name: ops
  350. target: both
  351. prowPlugin: label
  352. addedBy: anyone
  353. - color: f1f442
  354. description: EP Department
  355. name: ep
  356. target: both
  357. prowPlugin: label
  358. addedBy: anyone
  359. - color: f1f442
  360. description: Openplatform Department
  361. name: openplatform
  362. target: both
  363. prowPlugin: label
  364. addedBy: anyone
  365. - color: f1f442
  366. description: BBQ Department
  367. name: bbq
  368. target: both
  369. prowPlugin: label
  370. addedBy: anyone
  371. - color: f1f442
  372. description: Video Department
  373. name: video
  374. target: both
  375. prowPlugin: label
  376. addedBy: anyone
  377. - color: ffb3a7
  378. description: business application
  379. name: business
  380. target: both
  381. prowPlugin: label
  382. addedBy: anyone
  383. - color: ffb3a7
  384. description: admin
  385. name: admin
  386. target: both
  387. prowPlugin: label
  388. addedBy: anyone
  389. - color: ffb3a7
  390. description: common
  391. name: common
  392. target: both
  393. prowPlugin: label
  394. addedBy: anyone
  395. - color: ffb3a7
  396. description: infra
  397. name: infra
  398. target: both
  399. prowPlugin: label
  400. addedBy: anyone
  401. - color: ffb3a7
  402. description: interface
  403. name: interface
  404. target: both
  405. prowPlugin: label
  406. addedBy: anyone
  407. - color: ffb3a7
  408. description: job
  409. name: job
  410. target: both
  411. prowPlugin: label
  412. addedBy: anyone
  413. - color: ffb3a7
  414. description: service
  415. name: service
  416. target: both
  417. prowPlugin: label
  418. addedBy: anyone
  419. - color: ffb3a7
  420. description: tool
  421. name: tool
  422. target: both
  423. prowPlugin: label
  424. addedBy: anyone
  425. - color: ffb3a7
  426. description: vendor
  427. name: vendor
  428. target: both
  429. prowPlugin: label
  430. addedBy: anyone
  431. - color: 4B0082
  432. description: create a new project
  433. name: new-project
  434. target: both
  435. prowPlugin: label
  436. addedBy: anyone
  437. - color: 4B0082
  438. description: create a new project
  439. name: new-main-job-project
  440. target: both
  441. prowPlugin: label
  442. addedBy: anyone
  443. - color: 4B0082
  444. description: create a new project
  445. name: new-main-service-project
  446. target: both
  447. prowPlugin: label
  448. addedBy: anyone
  449. - color: 4B0082
  450. description: create a new project
  451. name: new-main-interface-project
  452. target: both
  453. prowPlugin: label
  454. addedBy: anyone
  455. - color: 4B0082
  456. description: create a new project
  457. name: new-main-admin-project
  458. target: both
  459. prowPlugin: label
  460. addedBy: anyone
  461. - color: 0052cc
  462. description: Issues or PRs related to config
  463. name: area/chore
  464. target: both
  465. addedBy: label