Skip to content

Commit 82f678e

Browse files
authored
chore: restore CODEOWNERS file (#1440)
1 parent 7fc4a22 commit 82f678e

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

.github/CODEOWNERS

+24-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,29 @@
33
#
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6-
# Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json.
76

8-
# @googleapis/yoshi-python is the default owner for changes in this repo
9-
* @googleapis/yoshi-python
7+
# @googleapis/cdpe-cloudai and yoshi-python are the default owners
8+
* @googleapis/cdpe-cloudai @googleapis/yoshi-python
109

11-
# @googleapis/python-samples-reviewers is the default owner for samples changes
12-
/samples/ @googleapis/python-samples-reviewers
10+
# The AI Platform GAPIC libraries are owned by Cloud AI DPE
11+
/google/cloud/aiplatform_*/** @googleapis/cdpe-cloudai
12+
13+
# The Vertex SDK is owned by Vertex SDK Dev team
14+
/google/cloud/aiplatform/** @googleapis/cloud-aiplatform-model-builder-sdk
15+
/tests/system/aiplatform/** @googleapis/cloud-aiplatform-model-builder-sdk
16+
/tests/unit/aiplatform/** @googleapis/cloud-aiplatform-model-builder-sdk
17+
18+
# The Cloud AI DPE team is the default owner for samples
19+
/samples/**/*.py @googleapis/cdpe-cloudai @googleapis/python-samples-reviewers
20+
/.sample_configs/** @googleapis/cdpe-cloudai
21+
22+
# The enhanced client library tests are owned by Cloud AI DPE
23+
/tests/unit/enhanced_library/*.py @googleapis/cdpe-cloudai
24+
25+
# Core library files owned by Cloud AI DPE and Vertex SDK Dev teams
26+
CHANGELOG.md @googleapis/cloud-aiplatform-model-builder-sdk @googleapis/cdpe-cloudai
27+
README.rst @googleapis/cloud-aiplatform-model-builder-sdk @googleapis/cdpe-cloudai
28+
setup.py @googleapis/cloud-aiplatform-model-builder-sdk @googleapis/cdpe-cloudai
29+
30+
# Vertex AI product team-specific ownership
31+
/google/cloud/aiplatform/constants/prediction.py @googleapis/vertex-prediction-team

0 commit comments

Comments
 (0)