From 61370ea82dba938213ff9e6604513159a036b6e6 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 20 Feb 2026 17:28:09 +0000 Subject: [PATCH] chore: replace old teams with cloud-sdk-python-team and gcs-team --- .github/CODEOWNERS | 8 ++++---- .repo-metadata.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b37686f7..15ad937a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,8 +5,8 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json. -# @googleapis/yoshi-python @googleapis/cloud-storage-dpe are the default owners for changes in this repo -* @googleapis/yoshi-python @googleapis/cloud-storage-dpe +# @googleapis/cloud-sdk-python-team @googleapis/gcs-team are the default owners for changes in this repo +* @googleapis/cloud-sdk-python-team @googleapis/gcs-team -# @googleapis/python-samples-reviewers @googleapis/cloud-storage-dpe are the default owners for samples changes -/samples/ @googleapis/python-samples-reviewers @googleapis/cloud-storage-dpe +# @googleapis/python-samples-reviewers @googleapis/gcs-team are the default owners for samples changes +/samples/ @googleapis/python-samples-reviewers @googleapis/gcs-team diff --git a/.repo-metadata.json b/.repo-metadata.json index 744a7a2e..1e4c926f 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -8,5 +8,5 @@ "repo": "googleapis/google-resumable-media-python", "distribution_name": "google-resumable-media", "default_version": "", - "codeowner_team": "@googleapis/cloud-storage-dpe" + "codeowner_team": "@googleapis/gcs-team" }