Skip to content

Commit 11d4a59

Browse files
authored
chore(librarian): require reviews from core and librarian teams (googleapis#14429)
This will ensure that packages onboarded to librarian (currently only `google-cloud-dlp`) require reviews from both `googleapis/python-core-client-libraries` and `googleapis/cloud-sdk-librarian-team`
1 parent 8a509d4 commit 11d4a59

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# This file controls who is tagged for review for any given pull request.
33

44
# Default owner for all directories not owned by others
5-
* @googleapis/python-core-client-libraries
6-
* @googleapis/cloud-sdk-librarian-team
5+
* @googleapis/python-core-client-libraries @googleapis/cloud-sdk-librarian-team
76

8-
/packages/google-cloud-bigquery-storage/ @googleapis/api-bigquery
7+
# Packages onboarded to librarian require review from both groups
8+
/packages/google-cloud-dlp/ @googleapis/python-core-client-libraries
9+
/packages/google-cloud-dlp/ @googleapis/cloud-sdk-librarian-team
10+
11+
/packages/google-cloud-bigquery-storage/ @googleapis/api-bigquery

0 commit comments

Comments
 (0)