From 32a8d55b6ec56a9f7c0a3502fbe23c1ba1cc8ad2 Mon Sep 17 00:00:00 2001 From: Cameron Zahedi Date: Tue, 12 May 2020 12:05:56 -0600 Subject: [PATCH] feat: Create CODEOWNERS (#135) * Create CODEOWNERS Adding owner team * fix: Add correct org googleapis@ org needed --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..364465333 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# Code owners file. +# This file controls who is tagged for review for any given pull request. +# +# For syntax help see: +# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax + + +# The storage-dpe team is the default owner for anything not +# explicitly taken by someone else. +* @googleapis/storage-dpe