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 an area/blog label for the website repo #12098

Merged
merged 1 commit into from
Apr 7, 2019
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
1 change: 1 addition & 0 deletions label_sync/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ larger set of contributors to apply/remove them.

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="area/blog" href="#area/blog">`area/blog`</a> | Issues or PRs related to the Kubernetes Blog subproject| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="language/de" href="#language/de">`language/de`</a> | Issues or PRs related to German language| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="language/en" href="#language/en">`language/en`</a> | Issues or PRs related to English language| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="language/fr" href="#language/fr">`language/fr`</a> | Issues or PRs related to French language| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
Expand Down
6 changes: 6 additions & 0 deletions label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,12 @@ repos:
addedBy: label
kubernetes/website:
labels:
- color: 0ffa16
description: Issues or PRs related to the Kubernetes Blog subproject
name: area/blog
target: both
prowPlugin: label
addedBy: anyone
- color: e9b3f9
description: Issues or PRs related to German language
name: language/de
Expand Down