Restrict approvals for community static content
The intent here is to make really sure that we only accept changes that match upstream exactly.
This commit is contained in:
parent
a520a7bb2d
commit
49c8a25044
|
|
@ -0,0 +1,7 @@
|
||||||
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# Disable inheritance to encourage careful review of any changes here.
|
||||||
|
options:
|
||||||
|
no_parent_owners: true
|
||||||
|
approvers:
|
||||||
|
- sig-docs-leads
|
||||||
Loading…
Reference in New Issue