From 06791d57bff422d9176924efd2ff2bb7d9082008 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Fri, 2 Oct 2020 16:27:53 +0000 Subject: [PATCH] chore: add CODEOWNERS --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..be888a9 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# 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 @googleapis/yoshi-python is the default owner for changes in this repo +* @googleapis/yoshi-python + + +/samples/ @googleapis/python-samples-owners