From 5d7babd6df0f4df347d7459958a94cc0fc751050 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Wed, 5 Sep 2018 13:46:22 -0700 Subject: [PATCH] Add an OWNERS file for changes to resources (#10198) Update list of approvers/reviewers --- resources/OWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/OWNERS diff --git a/resources/OWNERS b/resources/OWNERS new file mode 100644 index 0000000000..87ee22388b --- /dev/null +++ b/resources/OWNERS @@ -0,0 +1,8 @@ +# Allow CSS/SASS updates from blog and case studies owners +options: + no_parent_owners: false +reviewers: + - alexcontini +approvers: + - alexcontini + \ No newline at end of file