From c9a57c0daee5a6e90a14905a28f35197e5f36f60 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 28 Sep 2020 13:17:37 -0600 Subject: [PATCH] chore: add default CODEOWNERS (#93) --- packages/google-cloud-texttospeech/.github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/google-cloud-texttospeech/.github/CODEOWNERS b/packages/google-cloud-texttospeech/.github/CODEOWNERS index 65116f604cc2..f8d4cbae4ff8 100644 --- a/packages/google-cloud-texttospeech/.github/CODEOWNERS +++ b/packages/google-cloud-texttospeech/.github/CODEOWNERS @@ -4,6 +4,9 @@ # 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-owners team is the default owner for samples /samples/**/*.py @telpirion @sirtorry @googleapis/python-samples-owners \ No newline at end of file