Skip to content

Commit

Permalink
Merge pull request kubernetes#67548 from neolit123/owners-kubectl
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add labels to kubectl OWNERS files

**What this PR does / why we need it**:

This change makes it possible to automatically add the two labels: `area/kubectl` and `sig/cli` to PRs that touch the paths in question.

this already exists for kubeadm:
https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/OWNERS#L17-L19

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
refs kubernetes/community#1808

**Special notes for your reviewer**:
none

**Release note**:

```release-note
NONE
```
/area kubectl
@kubernetes/sig-cli-pr-reviews 
/cc @cblecker @tpepper
  • Loading branch information
Kubernetes Submit Queue authored Aug 23, 2018
2 parents d67a031 + 21dd03d commit f2328e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/kubectl/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ approvers:
- sig-cli-maintainers
reviewers:
- sig-cli
labels:
- area/kubectl
- sig/cli
1 change: 1 addition & 0 deletions pkg/kubectl/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ approvers:
reviewers:
- sig-cli
labels:
- area/kubectl
- sig/cli

0 comments on commit f2328e7

Please sign in to comment.