From 43f4b66bff3e469b3fe2f51197b89d37731e45cb Mon Sep 17 00:00:00 2001 From: ohmayr Date: Mon, 6 Apr 2026 20:24:42 +0000 Subject: [PATCH] chore: add instructions to update CODEOWNERS file --- .github/CODEOWNERS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dfff32dd0ad0..d2928c6fb8d9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,15 @@ # Code owners file. # This file controls who is tagged for review for any given pull request. +# +# To add a new package or team: +# 1. Add the directory path below the default catch-all rule (`*`). +# 2. Append the new team AFTER the default cloud-sdk teams. +# 3. The new team must have "Write" access to google-cloud-python +# See go/cloud-sdk-googleapis#aod for instructions on requesting +# access to modify repo settings. # Default owner for all directories not owned by others * @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team -/packages/google-auth/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/cloud-sdk-auth-team @googleapis/aion-team /packages/bigframes/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team +/packages/google-auth/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/cloud-sdk-auth-team @googleapis/aion-team