Merge pull request #69772 from cblecker/api-block-inheritance

Disable OWNERS inheritance on key api change directories
This commit is contained in:
k8s-ci-robot
2018-10-13 13:19:28 -07:00
committed by GitHub
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: approvers:
- api-approvers - api-approvers
reviewers: reviewers:

View File

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

View File

@@ -1,5 +1,7 @@
# See the OWNERS docs at https://go.k8s.io/owners # 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: filters:
".*": ".*":
approvers: approvers:

View File

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