Merge pull request #106451 from soltysh/cli_owners

Add cli-maintainers as approvers to cmd/(gendocs|genman|genyaml)
This commit is contained in:
Kubernetes Prow Robot 2022-03-28 07:51:23 -07:00 committed by GitHub
commit 16fe367389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

6
cmd/gendocs/OWNERS Normal file
View File

@ -0,0 +1,6 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-cli-maintainers
reviewers:
- sig-cli-reviewers

6
cmd/genman/OWNERS Normal file
View File

@ -0,0 +1,6 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-cli-maintainers
reviewers:
- sig-cli-reviewers

6
cmd/genyaml/OWNERS Normal file
View File

@ -0,0 +1,6 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-cli-maintainers
reviewers:
- sig-cli-reviewers