From b92809d33df4ba60e2edf1a1e67df6eaa3ad4853 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 29 Jan 2026 17:16:59 +0000 Subject: [PATCH] chore: replace old java team with cloud-sdk-java-team --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c5107b508..4402cc751 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # The @googleapis/api-spanner-java is the default owner for changes in this repo -* @googleapis/yoshi-java @googleapis/api-spanner-java +* @googleapis/cloud-sdk-java-team @googleapis/api-spanner-java # for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner **/*.java @googleapis/api-spanner-java @@ -15,4 +15,4 @@ samples/**/*.java @googleapis/java-samples-reviewers # Generated snippets should not be owned by samples reviewers -samples/snippets/generated/ @googleapis/yoshi-java +samples/snippets/generated/ @googleapis/cloud-sdk-java-team