From 8416c839ec603b813ac16047ae25b175c02fb7b3 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 25 Sep 2020 10:26:02 -0600 Subject: [PATCH] chore: add default CODEOWNERS (#96) Add a default () codeowner to enforce required codeowner review on PRs. --- packages/google-cloud-asset/.github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/google-cloud-asset/.github/CODEOWNERS b/packages/google-cloud-asset/.github/CODEOWNERS index 12a98268345f..45b962fb97f3 100644 --- a/packages/google-cloud-asset/.github/CODEOWNERS +++ b/packages/google-cloud-asset/.github/CODEOWNERS @@ -4,5 +4,8 @@ # 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/**/*.py @DanSanche @googleapis/python-samples-owners