From 310576fe0086aa54807b93399305a73a2eb54262 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Thu, 1 Nov 2018 13:12:58 -0700 Subject: [PATCH] Allow subfolders to inherit OWNERS from parent folders (#10809) Remove redundant line for kbarnard10 --- content/en/blog/OWNERS | 4 +--- content/en/case-studies/OWNERS | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/content/en/blog/OWNERS b/content/en/blog/OWNERS index 688065f9a7..73d6d59c1a 100644 --- a/content/en/blog/OWNERS +++ b/content/en/blog/OWNERS @@ -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 diff --git a/content/en/case-studies/OWNERS b/content/en/case-studies/OWNERS index c8326fe242..dd978fcd5a 100644 --- a/content/en/case-studies/OWNERS +++ b/content/en/case-studies/OWNERS @@ -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