From 25224e79ee84279da82090b5c825c9796af645b0 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 9 Oct 2025 16:38:38 -0400 Subject: [PATCH 1/2] chore: add googleapis/python-core-client-libraries as codeowner --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f9d0952103d..72f42acdf72 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,11 +4,11 @@ # 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 +# Default owners for changes in this repo +* @googleapis/yoshi-python @googleapis/python-core-client-libraries # The python-samples-reviewers team is the default owner for samples changes -/samples/ @googleapis/python-samples-owners +/samples/ @googleapis/python-samples-owners @googleapis/python-core-client-libraries # For more information, see https://github.com/googleapis/repo-automation-bots/blob/main/packages/auto-approve/README.md .github/auto-approve.yml @googleapis/github-automation @googleapis/yoshi-python From ebef14de29b07faa81a63d57ced5b382d7db156b Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 9 Oct 2025 16:39:55 -0400 Subject: [PATCH 2/2] removed @googleapis/github-automation --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 72f42acdf72..eb14ac3f7a9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,7 +11,7 @@ /samples/ @googleapis/python-samples-owners @googleapis/python-core-client-libraries # For more information, see https://github.com/googleapis/repo-automation-bots/blob/main/packages/auto-approve/README.md -.github/auto-approve.yml @googleapis/github-automation @googleapis/yoshi-python +.github/auto-approve.yml @googleapis/python-core-client-libraries @googleapis/yoshi-python # The following is needed to auto-approve changes to static discovery artifacts and generated documentation. /docs/dyn/*.html @yoshi-approver @googleapis/yoshi-python