Make root approval non-recursive
This commit is contained in:
parent
99360e5dbc
commit
04b178b49b
3
.github/OWNERS
vendored
3
.github/OWNERS
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
3
third_party/OWNERS
vendored
3
third_party/OWNERS
vendored
|
@ -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
|
||||
|
|
3
vendor/OWNERS
vendored
3
vendor/OWNERS
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user