Skip to content

Commit

Permalink
Add kind/kep label for k/{community,features}
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus committed Sep 28, 2018
1 parent b289c7f commit 142992e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
9 changes: 8 additions & 1 deletion label_sync/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [Labels that apply to all repos, only for issues](#labels-that-apply-to-all-repos-only-for-issues)
- [Labels that apply to all repos, only for PRs](#labels-that-apply-to-all-repos-only-for-prs)
- [Labels that apply to kubernetes/community, for both issues and PRs](#labels-that-apply-to-kubernetescommunity-for-both-issues-and-prs)
- [Labels that apply to kubernetes/features, for both issues and PRs](#labels-that-apply-to-kubernetesfeatures-for-both-issues-and-prs)
- [Labels that apply to kubernetes/kubernetes, for both issues and PRs](#labels-that-apply-to-kuberneteskubernetes-for-both-issues-and-prs)
- [Labels that apply to kubernetes/kubernetes, only for issues](#labels-that-apply-to-kuberneteskubernetes-only-for-issues)
- [Labels that apply to kubernetes/test-infra, for both issues and PRs](#labels-that-apply-to-kubernetestest-infra-for-both-issues-and-prs)
Expand Down Expand Up @@ -161,7 +162,13 @@ larger set of contributors to apply/remove them.

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="area/conformance" href="#area/conformance">`area/conformance`</a> | Issues or PRs related to kubernetes conformance tests| label | |
| <a id="kind/kep" href="#kind/kep">`kind/kep`</a> | Categorizes issues related to KEPs and PRs modifying the KEP directory| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |

## Labels that apply to kubernetes/features, for both issues and PRs

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="kind/kep" href="#kind/kep">`kind/kep`</a> | Categorizes KEP tracking issues and PRs modifying the KEP directory| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |

## Labels that apply to kubernetes/kubernetes, for both issues and PRs

Expand Down
16 changes: 16 additions & 0 deletions label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -891,3 +891,19 @@ repos:
name: area/prow/pod-utilities
target: both
addedBy: label
kubernetes/community:
labels:
- color: cc99ff
description: Categorizes issues related to KEPs and PRs modifying the KEP directory
name: kind/kep
target: both
prowPlugin: label
addedBy: anyone
kubernetes/features:
labels:
- color: cc99ff
description: Categorizes KEP tracking issues and PRs modifying the KEP directory
name: kind/kep
target: both
prowPlugin: label
addedBy: anyone
11 changes: 8 additions & 3 deletions prow/cmd/deck/static/labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,14 @@
color: #000000;
}

.areax00002fconformance {
background-color: #0052cc;
color: #ffffff;
.kindx00002fkep {
background-color: #cc99ff;
color: #000000;
}

.kindx00002fkep {
background-color: #cc99ff;
color: #000000;
}

.areax00002fconformance {
Expand Down

0 comments on commit 142992e

Please sign in to comment.