From 1db051f70c5216c6fa0e098b1571a323bf20bda9 Mon Sep 17 00:00:00 2001 From: Brenna N Epp Date: Mon, 8 Dec 2025 14:30:28 -0800 Subject: [PATCH 1/2] chore: set gcs-sdk-team as CODEOWNER --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 744a7a2e..b26098b4 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-sdk-team" } From b77953fa954e6573d2e2f28932d1563dccb87716 Mon Sep 17 00:00:00 2001 From: Brenna N Epp Date: Wed, 10 Dec 2025 23:20:54 -0800 Subject: [PATCH 2/2] update blunderbuss --- .github/CODEOWNERS | 8 ++++---- .github/blunderbuss.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b37686f7..6df17303 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/yoshi-python @googleapis/gcs-sdk-team are the default owners for changes in this repo +* @googleapis/yoshi-python @googleapis/gcs-sdk-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-sdk-team are the default owners for samples changes +/samples/ @googleapis/python-samples-reviewers @googleapis/gcs-sdk-team diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index d0b41f78..2034acfa 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -4,14 +4,14 @@ # Note: This file is autogenerated. To make changes to the assignee # team, please update `codeowner_team` in `.repo-metadata.json`. assign_issues: - - googleapis/cloud-storage-dpe + - googleapis/gcs-sdk-team assign_issues_by: - labels: - "samples" to: - googleapis/python-samples-reviewers - - googleapis/cloud-storage-dpe + - googleapis/gcs-sdk-team assign_prs: - - googleapis/cloud-storage-dpe + - googleapis/gcs-sdk-team