Skip to content

Commit

Permalink
Make root approval non-recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Oct 10, 2022
1 parent 99360e5 commit 04b178b
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions LICENSES/OWNERS
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions build/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions cluster/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions cmd/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions hack/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions hack/update-vendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions logo/OWNERS
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 3 additions & 0 deletions pkg/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions plugin/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions staging/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions test/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions third_party/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions vendor/OWNERS
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 04b178b

Please sign in to comment.