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 area/dependency label #12089

Merged
merged 1 commit into from Apr 5, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions label_sync/labels.md
Expand Up @@ -48,6 +48,7 @@ larger set of contributors to apply/remove them.
| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="api-review" href="#api-review">`api-review`</a> | Categorizes an issue or PR as actively needing an API review.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="area/dependency" href="#area/dependency">`area/dependency`</a> | Issues or PRs related to dependency changes| label | |
| <a id="area/licensing" href="#area/licensing">`area/licensing`</a> | Issues or PRs related to Kubernetes licensing| label | |
| <a id="committee/conduct" href="#committee/conduct">`committee/conduct`</a> | Denotes an issue or PR intended to be handled by the code of conduct committee.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="committee/product-security" href="#committee/product-security">`committee/product-security`</a> | Denotes an issue or PR intended to be handled by the product security committee.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
Expand Down
5 changes: 5 additions & 0 deletions label_sync/labels.yaml
Expand Up @@ -19,6 +19,11 @@ default:
name: area/licensing
target: both
addedBy: label
- color: 0052cc
description: Issues or PRs related to dependency changes
name: area/dependency
target: both
addedBy: label
- color: 0ffa16
description: Indicates a PR has been approved by an approver from all required OWNERS files.
name: approved
Expand Down