From b03e66bc65dbeee304a2762ab2a190c18270c788 Mon Sep 17 00:00:00 2001 From: Rey Lejano Date: Fri, 8 Oct 2021 14:45:07 -0700 Subject: [PATCH 1/3] add refactor label --- label_sync/labels.md | 5 +++++ label_sync/labels.yaml | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/label_sync/labels.md b/label_sync/labels.md index 882a8d65284f..181579c0b806 100644 --- a/label_sync/labels.md +++ b/label_sync/labels.md @@ -520,4 +520,9 @@ larger set of contributors to apply/remove them. | ---- | ----------- | -------- | --- | | `team/katacoda` | Issues with the Katacoda infrastructure for tutorials| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +## Labels that apply to kubernetes/website, only for PRs + +| Name | Description | Added By | Prow Plugin | +| ---- | ----------- | -------- | --- | +| `refactor` | Indicates a PR with large refactoring changes e.g. removes files or moves content | anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label | diff --git a/label_sync/labels.yaml b/label_sync/labels.yaml index b88d4823cdbf..0ed4bac73529 100644 --- a/label_sync/labels.yaml +++ b/label_sync/labels.yaml @@ -1610,6 +1610,12 @@ repos: target: issues prowPlugin: label addedBy: anyone + - color: d2918c + description: Indicates a PR with large refactoring changes e.g. removes files or moves content + name: refactor + target: prs + prowPlugin: label + addedBy: anyone kubernetes/kubeadm: labels: - color: c7def8 From 39e8026cdd913857799a3ffd5cc5928dd5c7a664 Mon Sep 17 00:00:00 2001 From: Rey Lejano Date: Mon, 11 Oct 2021 07:44:38 -0700 Subject: [PATCH 2/3] update labels.md with suggestion from sftim --- label_sync/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_sync/labels.md b/label_sync/labels.md index 181579c0b806..638a4434505d 100644 --- a/label_sync/labels.md +++ b/label_sync/labels.md @@ -524,5 +524,5 @@ larger set of contributors to apply/remove them. | Name | Description | Added By | Prow Plugin | | ---- | ----------- | -------- | --- | -| `refactor` | Indicates a PR with large refactoring changes e.g. removes files or moves content | anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label | +| `refactor` | Indicates a PR with large refactoring changes e.g. removes files or moves content| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | From 0aa61ec025cba2d5391bd46cd9e5c936c9f99f7d Mon Sep 17 00:00:00 2001 From: Rey Lejano Date: Mon, 18 Oct 2021 12:36:05 -0700 Subject: [PATCH 3/3] installed bazel 3.4.1 and ran hack/update-labels.sh --- label_sync/labels.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/label_sync/labels.md b/label_sync/labels.md index 638a4434505d..9eed0917a069 100644 --- a/label_sync/labels.md +++ b/label_sync/labels.md @@ -35,6 +35,7 @@ - [Labels that apply to kubernetes/test-infra, only for PRs](#labels-that-apply-to-kubernetestest-infra-only-for-prs) - [Labels that apply to kubernetes/website, for both issues and PRs](#labels-that-apply-to-kuberneteswebsite-for-both-issues-and-prs) - [Labels that apply to kubernetes/website, only for issues](#labels-that-apply-to-kuberneteswebsite-only-for-issues) +- [Labels that apply to kubernetes/website, only for PRs](#labels-that-apply-to-kuberneteswebsite-only-for-prs) ## Intro @@ -526,3 +527,4 @@ larger set of contributors to apply/remove them. | ---- | ----------- | -------- | --- | | `refactor` | Indicates a PR with large refactoring changes e.g. removes files or moves content| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) | +