Skip to content

Commit 27af653

Browse files
authored
chore: add instructions to update CODEOWNERS file (#16566)
add instructions to update CODEOWNERS file
1 parent 3ca9da6 commit 27af653

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Code owners file.
22
# This file controls who is tagged for review for any given pull request.
3+
#
4+
# To add a new package or team:
5+
# 1. Add the directory path below the default catch-all rule (`*`).
6+
# 2. Append the new team AFTER the default cloud-sdk teams.
7+
# 3. The new team must have "Write" access to google-cloud-python
8+
# See go/cloud-sdk-googleapis#aod for instructions on requesting
9+
# access to modify repo settings.
310

411
# Default owner for all directories not owned by others
512
* @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team
613

7-
/packages/google-auth/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/cloud-sdk-auth-team @googleapis/aion-team
814
/packages/bigframes/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team
15+
/packages/google-auth/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/cloud-sdk-auth-team @googleapis/aion-team

0 commit comments

Comments
 (0)