Add cli-maintainers as approvers to cmd/(gendocs|genman|genyaml)

This commit is contained in:
Maciej Szulik 2021-11-16 12:48:28 +01:00
parent a83c97941b
commit 1e62529ab8
No known key found for this signature in database
GPG Key ID: F15E55D276FA84C4
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