diff --git a/label_sync/labels.md b/label_sync/labels.md
index 8a9caf883a86..1d273919e3e6 100644
--- a/label_sync/labels.md
+++ b/label_sync/labels.md
@@ -498,8 +498,8 @@ larger set of contributors to apply/remove them.
| `area/contributor-comms` | Issues or PRs related to the upstream marketing team| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
| `area/enhancements` | Issues or PRs related to the Enhancements subproject| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
| `area/release-eng` | Issues or PRs related to the Release Engineering subproject
This was previously `area/release-infra`, | anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
-| `area/workload-aware` | Categorizes an issue or PR as relevant to Workload-aware and Topology-aware scheduling subprojects.| humans | |
| `kind/kep` | Categorizes KEP tracking issues and PRs modifying the KEP directory| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
+| `wg/workload-aware-scheduling` | Categorizes issue or PR as relevant to Workload-aware or Topology-aware scheduling WG.| humans | |
## Labels that apply to kubernetes/enhancements, only for issues
@@ -639,7 +639,6 @@ larger set of contributors to apply/remove them.
| `area/workload-api/deployment` | | label | |
| `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 | |
@@ -657,6 +656,7 @@ larger set of contributors to apply/remove them.
| `wg/lts` | Categorizes an issue or PR as relevant to WG LTS.| humans | |
| `wg/machine-learning` | Categorizes an issue or PR as relevant to WG Machine Learning.| humans | |
| `wg/security-audit` | Categorizes an issue or PR as relevant to WG Security Audit.| humans | |
+| `wg/workload-aware-scheduling` | Categorizes issue or PR as relevant to Workload-aware or Topology-aware scheduling WG.| humans | |
## Labels that apply to kubernetes/kubernetes, only for issues
@@ -752,7 +752,6 @@ larger set of contributors to apply/remove them.
| `area/contributor-comms` | Issues or PRs related to the upstream marketing team| humans | |
| `area/release-eng` | Issues or PRs related to the Release Engineering subproject| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
| `area/web-development` | Issues or PRs related to the kubernetes.io's infrastructure, design, or build processes| humans | |
-| `area/workload-aware` | Categorizes an issue or PR as relevant to Workload-aware and Topology-aware scheduling subprojects.| humans | |
| `language/ar` | Issues or PRs related to Arabic language| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
| `language/bn` | Issues or PRs related to Bengali language| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
| `language/de` | Issues or PRs related to German language| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
@@ -773,6 +772,7 @@ larger set of contributors to apply/remove them.
| `language/vi` | Issues or PRs related to Vietnamese language| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
| `language/zh` | Issues or PRs related to Chinese language
This was previously `language/cn`, | anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
| `language/zh-tw` | Issues or PRs related to Traditional Chinese language| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
+| `wg/workload-aware-scheduling` | Categorizes issue or PR as relevant to Workload-aware or Topology-aware scheduling WG.
This was previously `area/workload-aware`, | humans | |
## Labels that apply to kubernetes/website, only for issues
diff --git a/label_sync/labels.yaml b/label_sync/labels.yaml
index 6bcca8efb146..4ee732af34fe 100644
--- a/label_sync/labels.yaml
+++ b/label_sync/labels.yaml
@@ -933,8 +933,8 @@ repos:
prowPlugin: label
addedBy: anyone
- color: d2b48c
- description: Categorizes an issue or PR as relevant to Workload-aware and Topology-aware scheduling subprojects.
- name: area/workload-aware
+ description: Categorizes issue or PR as relevant to Workload-aware or Topology-aware scheduling WG.
+ name: wg/workload-aware-scheduling
target: both
addedBy: humans
- color: cc99ff
@@ -1625,8 +1625,8 @@ repos:
target: both
addedBy: humans
- color: d2b48c
- description: Categorizes an issue or PR as relevant to Workload-aware and Topology-aware scheduling subprojects.
- name: area/workload-aware
+ description: Categorizes issue or PR as relevant to Workload-aware or Topology-aware scheduling WG.
+ name: wg/workload-aware-scheduling
target: both
addedBy: humans
@@ -1979,8 +1979,10 @@ repos:
prowPlugin: label
addedBy: anyone
- color: d2b48c
- description: Categorizes an issue or PR as relevant to Workload-aware and Topology-aware scheduling subprojects.
- name: area/workload-aware
+ description: Categorizes issue or PR as relevant to Workload-aware or Topology-aware scheduling WG.
+ name: wg/workload-aware-scheduling
+ previously:
+ - name: area/workload-aware
target: both
addedBy: humans
kubernetes/kubeadm: