From 617603db18b65d27dfbc85b3d9396b9b0301a857 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sat, 13 Oct 2018 09:44:55 -0700 Subject: [PATCH] Disable OWNERS inheritance on key api change directories --- api/OWNERS | 3 +++ docs/api-reference/OWNERS | 3 +++ pkg/api/OWNERS | 4 +++- staging/src/k8s.io/api/OWNERS | 3 +++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/api/OWNERS b/api/OWNERS index 8f7783f9f0b..6abee65c2f9 100644 --- a/api/OWNERS +++ b/api/OWNERS @@ -1,3 +1,6 @@ +# Disable inheritance as this is an api owners file +options: + no_parent_owners: true approvers: - api-approvers reviewers: diff --git a/docs/api-reference/OWNERS b/docs/api-reference/OWNERS index 8f7783f9f0b..6abee65c2f9 100644 --- a/docs/api-reference/OWNERS +++ b/docs/api-reference/OWNERS @@ -1,3 +1,6 @@ +# Disable inheritance as this is an api owners file +options: + no_parent_owners: true approvers: - api-approvers reviewers: diff --git a/pkg/api/OWNERS b/pkg/api/OWNERS index a75c3ce229b..3e0361498b5 100644 --- a/pkg/api/OWNERS +++ b/pkg/api/OWNERS @@ -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: diff --git a/staging/src/k8s.io/api/OWNERS b/staging/src/k8s.io/api/OWNERS index e79d5f1d4e6..7b9fd5dbf8a 100644 --- a/staging/src/k8s.io/api/OWNERS +++ b/staging/src/k8s.io/api/OWNERS @@ -1,3 +1,6 @@ +# Disable inheritance as this is an api owners file +options: + no_parent_owners: true approvers: - erictune - lavalamp