From 04b178b49bd35529de40dd84a18ebfd034b22096 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Wed, 5 Oct 2022 14:24:21 -0400 Subject: [PATCH] Make root approval non-recursive --- .github/OWNERS | 3 +++ CHANGELOG/OWNERS | 3 +++ LICENSES/OWNERS | 3 +++ build/OWNERS | 3 +++ cluster/OWNERS | 3 +++ cmd/OWNERS | 3 +++ docs/OWNERS | 3 +++ hack/OWNERS | 3 +++ hack/update-vendor.sh | 3 +++ logo/OWNERS | 3 +++ pkg/OWNERS | 3 +++ plugin/OWNERS | 3 +++ staging/OWNERS | 3 +++ test/OWNERS | 3 +++ third_party/OWNERS | 3 +++ vendor/OWNERS | 3 +++ 16 files changed, 48 insertions(+) diff --git a/.github/OWNERS b/.github/OWNERS index 314620b5052..4080c7bd3a6 100644 --- a/.github/OWNERS +++ b/.github/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - alisondy - cblecker diff --git a/CHANGELOG/OWNERS b/CHANGELOG/OWNERS index 6e31e3aca29..7bf255b2de4 100644 --- a/CHANGELOG/OWNERS +++ b/CHANGELOG/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true approvers: - release-engineering-approvers - release-managers diff --git a/LICENSES/OWNERS b/LICENSES/OWNERS index a939bd068c0..3b4d7090b22 100644 --- a/LICENSES/OWNERS +++ b/LICENSES/OWNERS @@ -1,4 +1,7 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true approvers: - dep-approvers diff --git a/build/OWNERS b/build/OWNERS index 6e6e5c07d6a..fca6453f1ca 100644 --- a/build/OWNERS +++ b/build/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - bentheelder - cblecker diff --git a/cluster/OWNERS b/cluster/OWNERS index 84f6dde73ad..4af251b990d 100644 --- a/cluster/OWNERS +++ b/cluster/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - bentheelder - cheftako diff --git a/cmd/OWNERS b/cmd/OWNERS index b8fc39c859a..16112219234 100644 --- a/cmd/OWNERS +++ b/cmd/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - dchen1107 - lavalamp diff --git a/docs/OWNERS b/docs/OWNERS index e7cb6de7ca7..6d205d4af5c 100644 --- a/docs/OWNERS +++ b/docs/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - smarterclayton - thockin diff --git a/hack/OWNERS b/hack/OWNERS index ee49bad6b9a..f1324f44859 100644 --- a/hack/OWNERS +++ b/hack/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - bentheelder - cblecker diff --git a/hack/update-vendor.sh b/hack/update-vendor.sh index 71f5673bcf7..6c3b66fc489 100755 --- a/hack/update-vendor.sh +++ b/hack/update-vendor.sh @@ -419,6 +419,9 @@ rm -f "vendor/OWNERS" cat <<__EOF__ > "vendor/OWNERS" # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true approvers: - dep-approvers reviewers: diff --git a/logo/OWNERS b/logo/OWNERS index 23f888405d9..2299fd21cc2 100644 --- a/logo/OWNERS +++ b/logo/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - thockin approvers: diff --git a/pkg/OWNERS b/pkg/OWNERS index 5956e2ba4ec..99622563823 100644 --- a/pkg/OWNERS +++ b/pkg/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - dchen1107 - dims diff --git a/plugin/OWNERS b/plugin/OWNERS index 73e60f6b140..8fedbdd0115 100644 --- a/plugin/OWNERS +++ b/plugin/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - dims - dchen1107 diff --git a/staging/OWNERS b/staging/OWNERS index 525c771c239..a5085e59dd9 100644 --- a/staging/OWNERS +++ b/staging/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true approvers: - dims - lavalamp diff --git a/test/OWNERS b/test/OWNERS index bc4e6ecf85a..52a0e35fccd 100644 --- a/test/OWNERS +++ b/test/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - aojea - neolit123 diff --git a/third_party/OWNERS b/third_party/OWNERS index 26c7f67c134..fe3599cff97 100644 --- a/third_party/OWNERS +++ b/third_party/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true reviewers: - dims - lavalamp diff --git a/vendor/OWNERS b/vendor/OWNERS index 83e9b56ab04..163a7393ee8 100644 --- a/vendor/OWNERS +++ b/vendor/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +options: + # make root approval non-recursive + no_parent_owners: true approvers: - dep-approvers reviewers: