Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add refactor label for k/website PRs #23959

Merged
merged 3 commits into from
Oct 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions label_sync/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -520,4 +521,10 @@ larger set of contributors to apply/remove them.
| ---- | ----------- | -------- | --- |
| <a id="team/katacoda" href="#team/katacoda">`team/katacoda`</a> | 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 |
| ---- | ----------- | -------- | --- |
| <a id="refactor" href="#refactor">`refactor`</a> | 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) |


6 changes: 6 additions & 0 deletions label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down