From 2b667a6cd35d3e4c873155d258d61d17b7bb541a Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 2 Aug 2021 19:20:30 -0600 Subject: [PATCH] chore: add CODEOWNERS (#50) --- packages/google-cloud-domains/.github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/google-cloud-domains/.github/CODEOWNERS diff --git a/packages/google-cloud-domains/.github/CODEOWNERS b/packages/google-cloud-domains/.github/CODEOWNERS new file mode 100644 index 000000000000..f0bc940b7861 --- /dev/null +++ b/packages/google-cloud-domains/.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 + +# The python-samples-reviewers team is the default owner for samples changes +/samples/ @googleapis/python-samples-owners