From f24714456225cba2d8b461b4f1c3f919208eedba Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Wed, 18 Feb 2026 18:21:16 +0000 Subject: [PATCH] chore: replace old partner teams with updated names --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bb9bf01..0fc0821 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,9 +4,9 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -* @googleapis/cloud-storage-dpe @googleapis/api-firestore @googleapis/api-bigtable +* @googleapis/gcs-team @googleapis/firestore-team @googleapis/bigtable-team # Default owners for each product subdirectory. -/bigtable/ @googleapis/api-bigtable -/firestore/ @googleapis/api-firestore -/storage/ @googleapis/cloud-storage-dpe +/bigtable/ @googleapis/bigtable-team +/firestore/ @googleapis/firestore-team +/storage/ @googleapis/gcs-team