github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/label_sync/labels.md (about) 1 # Kubernetes GitHub Labels 2 3 ## Table of Contents 4 5 - [Intro](#intro) 6 - [Why these labels?](#why-these-labels) 7 - [How do I add a new label?](#how-do-i-add-a-new-label) 8 - [Labels that apply to both issues and PRs](#labels-that-apply-to-both-issues-and-prs) 9 - [Labels that apply to only issues](#labels-that-apply-to-only-issues) 10 - [Labels that apply to only PRs](#labels-that-apply-to-only-prs) 11 12 13 ## Intro 14 15 These file was auto generated by the [label_sync](https://git.k8s.io/test-infra/label_sync/) tool, 16 based on the [labels.yaml](https://git.k8s.io/test-infra/label_sync/labels.yaml) that it uses to 17 sync github labels across repos in the [kubernetes github org](https://github.com/kubernetes) 18 19 ### Why these labels? 20 21 The rule of thumb is that labels are here because they are intended to be produced or consumed by 22 our automation (primarily prow) across all repos. There are some labels that can only be manually 23 applied/removed, and where possible we would rather remove them or add automation to allow a 24 larger set of contributors to apply/remove them. 25 26 ### How do I add a new label? 27 28 - Add automation that consumes/produces the label 29 - Open a PR against [labels.yaml](https://git.k8s.io/test-infra/label_sync/labels.yaml) 30 - Involve [sig-contributor-experience](https://git.k8s.io/community/sig-contributor-experience) in the change, eg: chat about it in slack, mention @kubernetes/sig-contributor-experience-pr-reviews in the PR, etc. 31 - After the PR is merged, a kubernetes CronJob is responsible for syncing labels daily 32 33 34 ## Labels that apply to both issues and PRs 35 36 | Name | Description | Added By | Prow Plugin | 37 | ---- | ----------- | -------- | --- | 38 | <a id="triage/duplicate" href="#triage/duplicate">`triage/duplicate`</a> | Indicates an issue is a duplicate of other open issue. <br><br> This was previously `close/duplicate`, `duplicate`, | humans | | 39 | <a id="triage/needs-information" href="#triage/needs-information">`triage/needs-information`</a> | Indicates an issue needs more information in order to work on it. <br><br> This was previously `close/needs-information`, | humans | | 40 | <a id="triage/not-reproducible" href="#triage/not-reproducible">`triage/not-reproducible`</a> | Indicates an issue can not be reproduced as described. <br><br> This was previously `close/not-reproducible`, | humans | | 41 | <a id="triage/support" href="#triage/support">`triage/support`</a> | Indicates an issue that is a support question. <br><br> This was previously `close/support`, `kind/support`, `question`, | humans | | 42 | <a id="triage/unresolved" href="#triage/unresolved">`triage/unresolved`</a> | Indicates an issue that can not or will not be resolved. <br><br> This was previously `close/unresolved`, `invalid`, `wontfix`, | humans | | 43 | <a id="committee/conduct" href="#committee/conduct">`committee/conduct`</a> | Denotes an issue or PR intended to be handled by the code of conduct committee.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 44 | <a id="committee/steering" href="#committee/steering">`committee/steering`</a> | Denotes an issue or PR intended to be handled by the steering committee.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 45 | <a id="kind/bug" href="#kind/bug">`kind/bug`</a> | Categorizes issue or PR as related to a bug. <br><br> This was previously `bug`, | anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 46 | <a id="kind/cleanup" href="#kind/cleanup">`kind/cleanup`</a> | Categorizes issue or PR as related to cleaning up code, process, or technical debt.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 47 | <a id="kind/design" href="#kind/design">`kind/design`</a> | Categorizes issue or PR as related to design.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 48 | <a id="kind/documentation" href="#kind/documentation">`kind/documentation`</a> | Categorizes issue or PR as related to documentation.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 49 | <a id="kind/failing-test" href="#kind/failing-test">`kind/failing-test`</a> | Categorizes issue or PR as related to a consistently or frequently failing test. <br><br> This was previously `priority/failing-test`, `kind/e2e-test-failure`, `kind/upgrade-test-failure`, | anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 50 | <a id="kind/feature" href="#kind/feature">`kind/feature`</a> | Categorizes issue or PR as related to a new feature. <br><br> This was previously `enhancement`, `kind/enhancement`, | anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 51 | <a id="kind/flake" href="#kind/flake">`kind/flake`</a> | Categorizes issue or PR as related to a flaky test.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 52 | <a id="lifecycle/frozen" href="#lifecycle/frozen">`lifecycle/frozen`</a> | Indicates that an issue or PR should not be auto-closed due to staleness. <br><br> This was previously `keep-open`, | anyone | [lifecycle](https://git.k8s.io/test-infra/prow/plugins/lifecycle) | 53 | <a id="lifecycle/active" href="#lifecycle/active">`lifecycle/active`</a> | Indicates that an issue or PR is actively being worked on by a contributor. <br><br> This was previously `active`, | anyone | [lifecycle](https://git.k8s.io/test-infra/prow/plugins/lifecycle) | 54 | <a id="lifecycle/rotten" href="#lifecycle/rotten">`lifecycle/rotten`</a> | Denotes an issue or PR that has aged beyond stale and will be auto-closed.| anyone or [@fejta-bot](https://github.com/fejta-bot) via [periodic-test-infra-rotten prowjob](https://prow.k8s.io/?job=periodic-test-infra-rotten) | [lifecycle](https://git.k8s.io/test-infra/prow/plugins/lifecycle) | 55 | <a id="lifecycle/stale" href="#lifecycle/stale">`lifecycle/stale`</a> | Denotes an issue or PR has remained open with no activity and has become stale. <br><br> This was previously `stale`, | anyone or [@fejta-bot](https://github.com/fejta-bot) via [periodic-test-infra-stale prowjob](https://prow.k8s.io/?job=periodic-test-infra-stale) | [lifecycle](https://git.k8s.io/test-infra/prow/plugins/lifecycle) | 56 | <a id="priority/awaiting-more-evidence" href="#priority/awaiting-more-evidence">`priority/awaiting-more-evidence`</a> | Lowest priority. Possibly useful, but not yet enough support to actually get it done.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 57 | <a id="priority/backlog" href="#priority/backlog">`priority/backlog`</a> | Higher priority than priority/awaiting-more-evidence.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 58 | <a id="priority/critical-urgent" href="#priority/critical-urgent">`priority/critical-urgent`</a> | Highest priority. Must be actively worked on as someone's top priority right now.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 59 | <a id="priority/important-longterm" href="#priority/important-longterm">`priority/important-longterm`</a> | Important over the long term, but may not be staffed and/or may need multiple releases to complete.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 60 | <a id="priority/important-soon" href="#priority/important-soon">`priority/important-soon`</a> | Must be staffed and worked on either currently, or very soon, ideally in time for the next release.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 61 | <a id="sig/api-machinery" href="#sig/api-machinery">`sig/api-machinery`</a> | Categorizes an issue or PR as relevant to sig-api-machinery.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 62 | <a id="sig/apps" href="#sig/apps">`sig/apps`</a> | Categorizes an issue or PR as relevant to sig-apps.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 63 | <a id="sig/architecture" href="#sig/architecture">`sig/architecture`</a> | Categorizes an issue or PR as relevant to sig-architecture.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 64 | <a id="sig/auth" href="#sig/auth">`sig/auth`</a> | Categorizes an issue or PR as relevant to sig-auth.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 65 | <a id="sig/autoscaling" href="#sig/autoscaling">`sig/autoscaling`</a> | Categorizes an issue or PR as relevant to sig-autoscaling.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 66 | <a id="sig/aws" href="#sig/aws">`sig/aws`</a> | Categorizes an issue or PR as relevant to sig-aws.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 67 | <a id="sig/azure" href="#sig/azure">`sig/azure`</a> | Categorizes an issue or PR as relevant to sig-azure.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 68 | <a id="sig/big-data" href="#sig/big-data">`sig/big-data`</a> | Categorizes an issue or PR as relevant to sig-big-data.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 69 | <a id="sig/cli" href="#sig/cli">`sig/cli`</a> | Categorizes an issue or PR as relevant to sig-cli.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 70 | <a id="sig/cloud-provider" href="#sig/cloud-provider">`sig/cloud-provider`</a> | Categorizes an issue or PR as relevant to sig-cloud-provider.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 71 | <a id="sig/cluster-lifecycle" href="#sig/cluster-lifecycle">`sig/cluster-lifecycle`</a> | Categorizes an issue or PR as relevant to sig-cluster-lifecycle.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 72 | <a id="sig/cluster-ops" href="#sig/cluster-ops">`sig/cluster-ops`</a> | Categorizes an issue or PR as relevant to sig-cluster-ops.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 73 | <a id="sig/contributor-experience" href="#sig/contributor-experience">`sig/contributor-experience`</a> | Categorizes an issue or PR as relevant to sig-contributor-experience.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 74 | <a id="sig/docs" href="#sig/docs">`sig/docs`</a> | Categorizes an issue or PR as relevant to sig-docs.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 75 | <a id="sig/gcp" href="#sig/gcp">`sig/gcp`</a> | Categorizes an issue or PR as relevant to sig-gcp.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 76 | <a id="sig/ibmcloud" href="#sig/ibmcloud">`sig/ibmcloud`</a> | Categorizes an issue or PR as relevant to sig-ibmcloud.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 77 | <a id="sig/instrumentation" href="#sig/instrumentation">`sig/instrumentation`</a> | Categorizes an issue or PR as relevant to sig-multicluster.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 78 | <a id="sig/multicluster" href="#sig/multicluster">`sig/multicluster`</a> | Categorizes an issue or PR as relevant to sig-multicluster. <br><br> This was previously `sig/federation`, `sig/federation (deprecated - do not use)`, | anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 79 | <a id="sig/network" href="#sig/network">`sig/network`</a> | Categorizes an issue or PR as relevant to sig-network.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 80 | <a id="sig/node" href="#sig/node">`sig/node`</a> | Categorizes an issue or PR as relevant to sig-node.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 81 | <a id="sig/onprem" href="#sig/onprem">`sig/onprem`</a> | Categorizes an issue or PR as relevant to sig-onprem.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 82 | <a id="sig/openstack" href="#sig/openstack">`sig/openstack`</a> | Categorizes an issue or PR as relevant to sig-openstack.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 83 | <a id="sig/pm" href="#sig/pm">`sig/pm`</a> | Categorizes an issue or PR as relevant to sig-pm.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 84 | <a id="sig/release" href="#sig/release">`sig/release`</a> | Categorizes an issue or PR as relevant to sig-release.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 85 | <a id="sig/scalability" href="#sig/scalability">`sig/scalability`</a> | Categorizes an issue or PR as relevant to sig-scalability.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 86 | <a id="sig/scheduling" href="#sig/scheduling">`sig/scheduling`</a> | Categorizes an issue or PR as relevant to sig-scheduling.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 87 | <a id="sig/service-catalog" href="#sig/service-catalog">`sig/service-catalog`</a> | Categorizes an issue or PR as relevant to sig-service-catalog.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 88 | <a id="sig/storage" href="#sig/storage">`sig/storage`</a> | Categorizes an issue or PR as relevant to sig-storage.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 89 | <a id="sig/testing" href="#sig/testing">`sig/testing`</a> | Categorizes an issue or PR as relevant to sig-testing.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 90 | <a id="sig/ui" href="#sig/ui">`sig/ui`</a> | Categorizes an issue or PR as relevant to sig-ui.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 91 | <a id="sig/vmware" href="#sig/vmware">`sig/vmware`</a> | Categorizes an issue or PR as relevant to sig-vmware.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 92 | <a id="sig/windows" href="#sig/windows">`sig/windows`</a> | Categorizes an issue or PR as relevant to sig-windows.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 93 | <a id="wg/app-def" href="#wg/app-def">`wg/app-def`</a> | Categorizes an issue or PR as relevant to wg-app-def.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 94 | <a id="wg/apply" href="#wg/apply">`wg/apply`</a> | Categorizes an issue or PR as relevant to wg-apply.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 95 | <a id="wg/cluster-api" href="#wg/cluster-api">`wg/cluster-api`</a> | Categorizes an issue or PR as relevant to wg-cluster-api.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 96 | <a id="wg/container-identity" href="#wg/container-identity">`wg/container-identity`</a> | Categorizes an issue or PR as relevant to wg-container-identity.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 97 | <a id="wg/iot-edge" href="#wg/iot-edge">`wg/iot-edge`</a> | Categorizes an issue or PR as relevant to wg-iot-edge.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 98 | <a id="wg/kubeadm-adoption" href="#wg/kubeadm-adoption">`wg/kubeadm-adoption`</a> | Categorizes an issue or PR as relevant to wg-kubeadm-adoption.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 99 | <a id="wg/machine-learning" href="#wg/machine-learning">`wg/machine-learning`</a> | Categorizes an issue or PR as relevant to wg-machine-learning.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 100 | <a id="wg/multitenancy" href="#wg/multitenancy">`wg/multitenancy`</a> | Categorizes an issue or PR as relevant to wg-multitenancy.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 101 | <a id="wg/policy" href="#wg/policy">`wg/policy`</a> | Categorizes an issue or PR as relevant to wg-policy.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 102 | <a id="wg/resource-management" href="#wg/resource-management">`wg/resource-management`</a> | Categorizes an issue or PR as relevant to wg-resource-management.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | 103 | <a id="status/approved-for-milestone" href="#status/approved-for-milestone">`status/approved-for-milestone`</a> | Used during release burndown. Denotes an issue or PR is approved to be part of the release <br><br> This was previously `approved-for-milestone`, | members of a configurable github team. default: [@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members) | [milestonestatus](https://git.k8s.io/test-infra/prow/plugins/milestonestatus) | 104 | <a id="status/in-progress" href="#status/in-progress">`status/in-progress`</a> | Used during release burndown. Denotes that an issue is actively being worked.| members of a configurable github team. default: [@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members) | [milestonestatus](https://git.k8s.io/test-infra/prow/plugins/milestonestatus) | 105 | <a id="status/in-review" href="#status/in-review">`status/in-review`</a> | Used during release burndown. Denotes that a fix for an issue is actively being reviewed.| members of a configurable github team. default: [@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members) | [milestonestatus](https://git.k8s.io/test-infra/prow/plugins/milestonestatus) | 106 107 ## Labels that apply to only issues 108 109 | Name | Description | Added By | Prow Plugin | 110 | ---- | ----------- | -------- | --- | 111 | <a id="good first issue" href="#good first issue">`good first issue`</a> | Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. <br><br> This was previously `for-new-contributors`, | anyone | [help](https://git.k8s.io/test-infra/prow/plugins/help) | 112 | <a id="help wanted" href="#help wanted">`help wanted`</a> | Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. <br><br> This was previously `help-wanted`, | anyone | [help](https://git.k8s.io/test-infra/prow/plugins/help) | 113 | <a id="needs-sig" href="#needs-sig">`needs-sig`</a> | Indicates an issue lacks a `sig/foo` label and requires one.| prow | [requiresig](https://git.k8s.io/test-infra/prow/plugins/requiresig) | 114 115 ## Labels that apply to only PRs 116 117 | Name | Description | Added By | Prow Plugin | 118 | ---- | ----------- | -------- | --- | 119 | <a id="approved" href="#approved">`approved`</a> | Indicates a PR has been approved by an approver from all required OWNERS files.| approvers | [approve](https://git.k8s.io/test-infra/prow/plugins/approve) | 120 | <a id="cherrypick-approved" href="#cherrypick-approved">`cherrypick-approved`</a> | Indicates a cherrypick PR into a release branch has been approved by the release branch manager.| humans | | 121 | <a id="cherrypick-candidate" href="#cherrypick-candidate">`cherrypick-candidate`</a> | Denotes a PR to master as a candidate for cherry picking into a release branch.| humans | | 122 | <a id="cncf-cla no" href="#cncf-cla no">`cncf-cla: no`</a> | Indicates the PR's author has not signed the CNCF CLA.| prow | [cla](https://git.k8s.io/test-infra/prow/plugins/cla) | 123 | <a id="cncf-cla yes" href="#cncf-cla yes">`cncf-cla: yes`</a> | Indicates the PR's author has signed the CNCF CLA.| prow | [cla](https://git.k8s.io/test-infra/prow/plugins/cla) | 124 | <a id="do-not-merge" href="#do-not-merge">`do-not-merge`</a> | DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed.| humans | | 125 | <a id="do-not-merge/blocked-paths" href="#do-not-merge/blocked-paths">`do-not-merge/blocked-paths`</a> | Indicates that a PR should not merge because it touches files in blocked paths.| prow | [blockade](https://git.k8s.io/test-infra/prow/plugins/blockade) | 126 | <a id="do-not-merge/cherry-pick-not-approved" href="#do-not-merge/cherry-pick-not-approved">`do-not-merge/cherry-pick-not-approved`</a> | Indicates that a PR is not yet approved to merge into a release branch.| mungegithub cherrypick-label-unapproved munger | | 127 | <a id="do-not-merge/hold" href="#do-not-merge/hold">`do-not-merge/hold`</a> | Indicates that a PR should not merge because someone has issued a /hold command.| anyone | [hold](https://git.k8s.io/test-infra/prow/plugins/hold) | 128 | <a id="do-not-merge/invalid-owners-file" href="#do-not-merge/invalid-owners-file">`do-not-merge/invalid-owners-file`</a> | Indicates that a PR should not merge because it has an invalid OWNERS file in it.| prow | [verify-owners](https://git.k8s.io/test-infra/prow/plugins/verify-owners) | 129 | <a id="do-not-merge/release-note-label-needed" href="#do-not-merge/release-note-label-needed">`do-not-merge/release-note-label-needed`</a> | Indicates that a PR should not merge because it's missing one of the release note labels. <br><br> This was previously `release-note-label-needed`, | prow | [releasenote](https://git.k8s.io/test-infra/prow/plugins/releasenote) | 130 | <a id="do-not-merge/work-in-progress" href="#do-not-merge/work-in-progress">`do-not-merge/work-in-progress`</a> | Indicates that a PR should not merge because it is a work in progress.| prow | [wip](https://git.k8s.io/test-infra/prow/plugins/wip) | 131 | <a id="lgtm" href="#lgtm">`lgtm`</a> | Indicates that a PR is ready to be merged.| reviewers or members | [lgtm](https://git.k8s.io/test-infra/prow/plugins/lgtm) | 132 | <a id="needs-ok-to-test" href="#needs-ok-to-test">`needs-ok-to-test`</a> | Indicates a PR that requires an org member to verify it is safe to test.| prow | [trigger](https://git.k8s.io/test-infra/prow/plugins/trigger) | 133 | <a id="needs-rebase" href="#needs-rebase">`needs-rebase`</a> | Indicates a PR cannot be merged because it has merge conflicts with HEAD.| prow | [needs-rebase](https://git.k8s.io/test-infra/prow/plugins/needs-rebase) | 134 | <a id="queue/blocks-others" href="#queue/blocks-others">`queue/blocks-others`</a> | DEPRECATED.| humans | | 135 | <a id="queue/critical-fix" href="#queue/critical-fix">`queue/critical-fix`</a> | DEPRECATED.| humans | | 136 | <a id="queue/fix" href="#queue/fix">`queue/fix`</a> | DEPRECATED.| humans | | 137 | <a id="queue/multiple-rebases" href="#queue/multiple-rebases">`queue/multiple-rebases`</a> | DEPRECATED.| humans | | 138 | <a id="release-note" href="#release-note">`release-note`</a> | Denotes a PR that will be considered when it comes time to generate release notes.| prow | [releasenote](https://git.k8s.io/test-infra/prow/plugins/releasenote) | 139 | <a id="release-note-action-required" href="#release-note-action-required">`release-note-action-required`</a> | Denotes a PR that introduces potentially breaking changes that require user action.| prow | [releasenote](https://git.k8s.io/test-infra/prow/plugins/releasenote) | 140 | <a id="release-note-none" href="#release-note-none">`release-note-none`</a> | Denotes a PR that doesn't merit a release note.| prow or member or author | [releasenote](https://git.k8s.io/test-infra/prow/plugins/releasenote) | 141 | <a id="retest-not-required" href="#retest-not-required">`retest-not-required`</a> | Indicates that a PR doesn't need to be retested prior to merge.| humans | | 142 | <a id="retest-not-required-docs-only" href="#retest-not-required-docs-only">`retest-not-required-docs-only`</a> | Indicates that a PR doesn't need to be retested prior to merge because it only changes docs.| prow | [docs-no-retest](https://git.k8s.io/test-infra/prow/plugins/docs-no-retest) | 143 | <a id="size/L" href="#size/L">`size/L`</a> | Denotes a PR that changes 100-499 lines, ignoring generated files.| prow | [size](https://git.k8s.io/test-infra/prow/plugins/size) | 144 | <a id="size/M" href="#size/M">`size/M`</a> | Denotes a PR that changes 30-99 lines, ignoring generated files.| prow | [size](https://git.k8s.io/test-infra/prow/plugins/size) | 145 | <a id="size/S" href="#size/S">`size/S`</a> | Denotes a PR that changes 10-29 lines, ignoring generated files.| prow | [size](https://git.k8s.io/test-infra/prow/plugins/size) | 146 | <a id="size/XL" href="#size/XL">`size/XL`</a> | Denotes a PR that changes 500-999 lines, ignoring generated files.| prow | [size](https://git.k8s.io/test-infra/prow/plugins/size) | 147 | <a id="size/XS" href="#size/XS">`size/XS`</a> | Denotes a PR that changes 0-9 lines, ignoring generated files.| prow | [size](https://git.k8s.io/test-infra/prow/plugins/size) | 148 | <a id="size/XXL" href="#size/XXL">`size/XXL`</a> | Denotes a PR that changes 1000+ lines, ignoring generated files.| prow | [size](https://git.k8s.io/test-infra/prow/plugins/size) | 149 150