Skip to content

Commit 04b178b

Browse files
committed
Make root approval non-recursive
1 parent 99360e5 commit 04b178b

File tree

16 files changed

+48
-0
lines changed

16 files changed

+48
-0
lines changed

Diff for: .github/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- alisondy
58
- cblecker

Diff for: CHANGELOG/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
approvers:
47
- release-engineering-approvers
58
- release-managers

Diff for: LICENSES/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
approvers:
47
- dep-approvers

Diff for: build/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- bentheelder
58
- cblecker

Diff for: cluster/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- bentheelder
58
- cheftako

Diff for: cmd/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- dchen1107
58
- lavalamp

Diff for: docs/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- smarterclayton
58
- thockin

Diff for: hack/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- bentheelder
58
- cblecker

Diff for: hack/update-vendor.sh

+3
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ rm -f "vendor/OWNERS"
419419
cat <<__EOF__ > "vendor/OWNERS"
420420
# See the OWNERS docs at https://go.k8s.io/owners
421421
422+
options:
423+
# make root approval non-recursive
424+
no_parent_owners: true
422425
approvers:
423426
- dep-approvers
424427
reviewers:

Diff for: logo/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- thockin
58
approvers:

Diff for: pkg/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- dchen1107
58
- dims

Diff for: plugin/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- dims
58
- dchen1107

Diff for: staging/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
approvers:
47
- dims
58
- lavalamp

Diff for: test/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- aojea
58
- neolit123

Diff for: third_party/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
reviewers:
47
- dims
58
- lavalamp

Diff for: vendor/OWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3+
options:
4+
# make root approval non-recursive
5+
no_parent_owners: true
36
approvers:
47
- dep-approvers
58
reviewers:

0 commit comments

Comments
 (0)