Skip to content

Commit

Permalink
add refactor label
Browse files Browse the repository at this point in the history
  • Loading branch information
reylejano committed Oct 8, 2021
1 parent 99628df commit 21f1c56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions label_sync/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,4 +520,9 @@ 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 | |

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

0 comments on commit 21f1c56

Please sign in to comment.