Skip to content

Commit

Permalink
Merge pull request #9437 from justaugustus/kep-label
Browse files Browse the repository at this point in the history
Add kind/kep label
  • Loading branch information
k8s-ci-robot authored Oct 1, 2018
2 parents 1bbbbd6 + f92916f commit 16f1ab8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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 @@ -162,6 +163,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
14 changes: 14 additions & 0 deletions label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,20 @@ repos:
name: area/conformance
target: both
addedBy: label
- 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
kubernetes/kubernetes:
labels:
- color: 0052cc
Expand Down
10 changes: 10 additions & 0 deletions prow/cmd/deck/static/labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,16 @@
color: #000000;
}

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

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

.lgtm {
background-color: #15dd18;
color: #000000;
Expand Down

0 comments on commit 16f1ab8

Please sign in to comment.