diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-05 00:19:05 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-05 00:19:05 -0800 |
| commit | 839ee0012e8964640b11b7829f16471ca41eb45e (patch) | |
| tree | 7cbfbdd896c454026eedcc81288aa801e3cc4add | |
| parent | 5f2e7ccb16b0f0d305773b44b48bf84828f1803e (diff) | |
| parent | b50b500cabec40ab000e888544da27300aa70527 (diff) | |
Merge pull request #1739 from cblecker/a-little-label-here-a-little-label-there
Add some labels to directory OWNERS files
| -rw-r--r-- | committee-steering/OWNERS | 2 | ||||
| -rw-r--r-- | communication/OWNERS | 1 | ||||
| -rw-r--r-- | contributors/design-proposals/OWNERS | 2 | ||||
| -rw-r--r-- | contributors/guide/OWNERS | 3 | ||||
| -rw-r--r-- | generator/OWNERS | 2 | ||||
| -rw-r--r-- | hack/OWNERS | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/committee-steering/OWNERS b/committee-steering/OWNERS index 58ab2dfd..e7085efc 100644 --- a/committee-steering/OWNERS +++ b/committee-steering/OWNERS @@ -14,3 +14,5 @@ approvers: - smarterclayton - jbeda - brendanburns +labels: + - committee/steering diff --git a/communication/OWNERS b/communication/OWNERS index 30847803..8071f164 100644 --- a/communication/OWNERS +++ b/communication/OWNERS @@ -10,3 +10,4 @@ approvers: - sig-contributor-experience-leads labels: - sig/contributor-experience + - area/community-management diff --git a/contributors/design-proposals/OWNERS b/contributors/design-proposals/OWNERS index ace398b5..c6a712b8 100644 --- a/contributors/design-proposals/OWNERS +++ b/contributors/design-proposals/OWNERS @@ -16,3 +16,5 @@ approvers: - thockin - wojtek-t - bgrant0607 +labels: + - kind/design diff --git a/contributors/guide/OWNERS b/contributors/guide/OWNERS index f0d27645..7fc80ef9 100644 --- a/contributors/guide/OWNERS +++ b/contributors/guide/OWNERS @@ -6,3 +6,6 @@ reviewers: approvers: - castrojo - parispittman +labels: + - sig/contributor-experience + - area/contributor-guide diff --git a/generator/OWNERS b/generator/OWNERS index 47dcda7f..71b4a520 100644 --- a/generator/OWNERS +++ b/generator/OWNERS @@ -4,3 +4,5 @@ reviewers: approvers: - vishh - cblecker +labels: + - sig/contributor-experience diff --git a/hack/OWNERS b/hack/OWNERS index 834f78f8..e6ca31d5 100644 --- a/hack/OWNERS +++ b/hack/OWNERS @@ -2,3 +2,5 @@ reviewers: - cblecker approvers: - cblecker +labels: + - sig/contributor-experience |
