diff --git a/label_sync/labels.md b/label_sync/labels.md index 43cbe77e47de..d8ae5dfdb6bd 100644 --- a/label_sync/labels.md +++ b/label_sync/labels.md @@ -596,6 +596,7 @@ larger set of contributors to apply/remove them. | `area/workload-api/job` | | label | | | `area/workload-api/replicaset` | | label | | | `area/workload-aware` | Categorizes an issue or PR as relevant to Workload-aware and Topology-aware scheduling subprojects.| humans | | +| `cve/wontfix` | Indicates that an announced CVE does not require a fix.| humans | | | `kind/dependency` | Categorizes issue or PR as related to a dependency update.| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) | | `kind/design` | Categorizes issue or PR as related to design.| humans | | | `milestone/incomplete-labels` | | humans | | diff --git a/label_sync/labels.yaml b/label_sync/labels.yaml index 7a4dda2be9d9..26c552fe42c1 100644 --- a/label_sync/labels.yaml +++ b/label_sync/labels.yaml @@ -1528,6 +1528,11 @@ repos: target: both prowPlugin: label addedBy: anyone + - color: 0052cc + description: Indicates that an announced CVE does not require a fix. + name: cve/wontfix + target: both + addedBy: humans - color: d93f0b name: release-blocker target: both