From cfa38ea961b3d3f46d38efa31e5b2ecb22d1533e Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Wed, 6 Jun 2018 18:12:24 -0700 Subject: [PATCH] Auto-assign blog PRs to kbarnard10 (#8809) * Add kbarnard10 as sole reviewer for auto assignment * Add acontini as sole reviewer for case studies auto assignment Un-comment out the reviewer declaration Un-comment out the reviewer declaration --- content/en/blog/OWNERS | 3 ++- content/en/case-studies/OWNERS | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/blog/OWNERS b/content/en/blog/OWNERS index 3fbafcf4cff..fc348a07b41 100644 --- a/content/en/blog/OWNERS +++ b/content/en/blog/OWNERS @@ -1,7 +1,8 @@ # Owned by Kubernetes blog reviewers. options: no_parent_owners: true -# reviewers: // List any reviewers here +reviewers: + - kbarnard10 approvers: - bobsky - kbarnard10 diff --git a/content/en/case-studies/OWNERS b/content/en/case-studies/OWNERS index 0d9788d3089..da891ef1ea0 100644 --- a/content/en/case-studies/OWNERS +++ b/content/en/case-studies/OWNERS @@ -1,7 +1,8 @@ # Owned by Kubernetes blog reviewers. options: no_parent_owners: true -# reviewers: // List any reviewers here +reviewers: + - alexcontini approvers: - alexcontini - kbarnard10