From adce0462e3fc1be97a9adaee2accb523b8312539 Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Fri, 24 Jul 2020 14:01:31 -0700 Subject: [PATCH] chore: tweaks and moves CODEOWNERS (#63) --- packages/google-cloud-texttospeech/{ => .github}/CODEOWNERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename packages/google-cloud-texttospeech/{ => .github}/CODEOWNERS (66%) diff --git a/packages/google-cloud-texttospeech/CODEOWNERS b/packages/google-cloud-texttospeech/.github/CODEOWNERS similarity index 66% rename from packages/google-cloud-texttospeech/CODEOWNERS rename to packages/google-cloud-texttospeech/.github/CODEOWNERS index 3581973f2ebc..65116f604cc2 100644 --- a/packages/google-cloud-texttospeech/CODEOWNERS +++ b/packages/google-cloud-texttospeech/.github/CODEOWNERS @@ -6,6 +6,4 @@ # The python-samples-owners team is the default owner for samples -* @googleapis/python-samples-owners - -/samples/ @telpirion @sirtorry @googleapis/python-samples-owners \ No newline at end of file +/samples/**/*.py @telpirion @sirtorry @googleapis/python-samples-owners \ No newline at end of file