Disable OWNERS inheritance on key api change directories

pull/58/head
Christoph Blecker 2018-10-13 09:44:55 -07:00
parent 6fc89ae92d
commit 617603db18
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B
4 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Disable inheritance as this is an api owners file
options:
no_parent_owners: true
approvers:
- api-approvers
reviewers:

View File

@ -1,3 +1,6 @@
# Disable inheritance as this is an api owners file
options:
no_parent_owners: true
approvers:
- api-approvers
reviewers:

View File

@ -1,5 +1,7 @@
# See the OWNERS docs at https://go.k8s.io/owners
# Disable inheritance as this is an api owners file
options:
no_parent_owners: true
filters:
".*":
approvers:

View File

@ -1,3 +1,6 @@
# Disable inheritance as this is an api owners file
options:
no_parent_owners: true
approvers:
- erictune
- lavalamp