From 9142cf6c5f02151315afbfa8c015e9a8c1388bf9 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Thu, 13 Nov 2025 14:47:26 -0500 Subject: [PATCH 1/2] chore: grant write access to @googleapis/cloud-java-team-teamsync --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6aaf5360d..b3bbc5f5b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,14 +5,14 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # The @googleapis/api-bigquery is the default owner for changes in this repo -* @googleapis/yoshi-java @googleapis/api-bigquery +* @googleapis/cloud-java-team-teamsync @googleapis/api-bigquery # for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner -**/*.java @googleapis/api-bigquery +**/*.java @googleapis/cloud-java-team-teamsync @googleapis/api-bigquery # The java-samples-reviewers team is the default owner for samples changes -samples/**/*.java @googleapis/java-samples-reviewers +samples/**/*.java @googleapis/cloud-java-team-teamsync @googleapis/java-samples-reviewers # Generated snippets should not be owned by samples reviewers -samples/snippets/generated/ @googleapis/yoshi-java +samples/snippets/generated/ @googleapis/cloud-java-team-teamsync @googleapis/yoshi-java From 9e3f09f0626874baf2debe214f0d862b25332f5a Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Thu, 13 Nov 2025 15:01:56 -0500 Subject: [PATCH 2/2] Update CODEOWNERS to simplify ownership rules Removed specific ownership for handwritten Java libraries. --- .github/CODEOWNERS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b3bbc5f5b..7892b1d67 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,10 +7,6 @@ # The @googleapis/api-bigquery is the default owner for changes in this repo * @googleapis/cloud-java-team-teamsync @googleapis/api-bigquery -# for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner -**/*.java @googleapis/cloud-java-team-teamsync @googleapis/api-bigquery - - # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/cloud-java-team-teamsync @googleapis/java-samples-reviewers