Allow subfolders to inherit OWNERS from parent folders (#10809)
Remove redundant line for kbarnard10
This commit is contained in:
parent
6cd8128475
commit
310576fe00
|
|
@ -1,11 +1,9 @@
|
|||
# Owned by Kubernetes Blog reviewers.
|
||||
options:
|
||||
no_parent_owners: true
|
||||
no_parent_owners: false
|
||||
reviewers:
|
||||
- kbarnard10
|
||||
approvers:
|
||||
- bobsky
|
||||
- kbarnard10
|
||||
- natekartchner
|
||||
- sarahkconway
|
||||
- zacharysarah
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# Owned by Kubernetes Blog reviewers.
|
||||
options:
|
||||
no_parent_owners: true
|
||||
no_parent_owners: false
|
||||
reviewers:
|
||||
- alexcontini
|
||||
approvers:
|
||||
- alexcontini
|
||||
- kbarnard10
|
||||
- sarahkconway
|
||||
- zacharysarah
|
||||
|
|
|
|||
Loading…
Reference in New Issue