From 8b3815bb9241f8cdde840f94ed4a22e6147f34bf Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 22 Sep 2020 15:57:33 -0600 Subject: [PATCH] chore: add default CODEOWNERS (#11) --- .../google-cloud-dialogflow-cx/.github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/google-cloud-dialogflow-cx/.github/CODEOWNERS diff --git a/packages/google-cloud-dialogflow-cx/.github/CODEOWNERS b/packages/google-cloud-dialogflow-cx/.github/CODEOWNERS new file mode 100644 index 000000000000..30c3973aa372 --- /dev/null +++ b/packages/google-cloud-dialogflow-cx/.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 \ No newline at end of file