From 59cc4c992d81056ca2c1229fd1871e5db60d9b1c Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 20 Feb 2026 23:14:09 +0000 Subject: [PATCH] chore: replace old partner teams with new ones (Wave 2) b/478003109 --- .github/CODEOWNERS | 2 +- .github/blunderbuss.yml | 4 ++-- .repo-metadata.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cdcb726..55b0830 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,4 +3,4 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -* @googleapis/senseai-eco @googleapis/langchain-csql-mysql \ No newline at end of file +* @googleapis/senseai-eco-team @googleapis/langchain-csql-mysql-team \ No newline at end of file diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 0107e8b..0084f66 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -1,4 +1,4 @@ assign_issues: - - googleapis/langchain-csql-mysql + - googleapis/langchain-csql-mysql-team assign_prs: - - googleapis/langchain-csql-mysql + - googleapis/langchain-csql-mysql-team diff --git a/.repo-metadata.json b/.repo-metadata.json index 7cce00c..1b12b10 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,5 +9,5 @@ "repo": "googleapis/langchain-google-cloud-sql-mysql-python", "distribution_name": "langchain-google-cloud-sql-mysql", "requires_billing": true, - "codeowner_team": "@googleapis/senseai-eco" + "codeowner_team": "@googleapis/senseai-eco-team" }