From 49c8a250446e6fbb7439f591023bb263bfe7bc4c Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 8 Feb 2022 11:36:22 +0000 Subject: [PATCH] Restrict approvals for community static content The intent here is to make really sure that we only accept changes that match upstream exactly. --- content/en/community/static/OWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/en/community/static/OWNERS diff --git a/content/en/community/static/OWNERS b/content/en/community/static/OWNERS new file mode 100644 index 0000000000..3db354af14 --- /dev/null +++ b/content/en/community/static/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# Disable inheritance to encourage careful review of any changes here. +options: + no_parent_owners: true +approvers: +- sig-docs-leads