diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index eb14ac3f7a..59cef9bb9c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,15 +5,15 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # Default owners for changes in this repo -* @googleapis/yoshi-python @googleapis/python-core-client-libraries +* @googleapis/cloud-sdk-python-team # The python-samples-reviewers team is the default owner for samples changes -/samples/ @googleapis/python-samples-owners @googleapis/python-core-client-libraries +/samples/ @googleapis/python-samples-owners @googleapis/cloud-sdk-python-team # For more information, see https://github.com/googleapis/repo-automation-bots/blob/main/packages/auto-approve/README.md -.github/auto-approve.yml @googleapis/python-core-client-libraries @googleapis/yoshi-python +.github/auto-approve.yml @googleapis/cloud-sdk-python-team # The following is needed to auto-approve changes to static discovery artifacts and generated documentation. -/docs/dyn/*.html @yoshi-approver @googleapis/yoshi-python -/docs/dyn/index.md @yoshi-approver @googleapis/yoshi-python -/googleapiclient/discovery_cache/documents/*.json @yoshi-approver @googleapis/yoshi-python +/docs/dyn/*.html @yoshi-approver @googleapis/cloud-sdk-python-team +/docs/dyn/index.md @yoshi-approver @googleapis/cloud-sdk-python-team +/googleapiclient/discovery_cache/documents/*.json @yoshi-approver @googleapis/cloud-sdk-python-team diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 990b311467..1a3af889b5 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -5,7 +5,7 @@ # team, please update `codeowner_team` in `.repo-metadata.json`. assign_issues: - - googleapis/python-core-client-libraries + - googleapis/cloud-sdk-python-team assign_issues_by: - labels: @@ -14,4 +14,4 @@ assign_issues_by: - googleapis/python-samples-reviewers assign_prs: - - googleapis/python-core-client-libraries + - googleapis/cloud-sdk-python-team