|
4 | 4 | # For syntax help see: |
5 | 5 | # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax |
6 | 6 |
|
7 | | -# The Cloud AI DPE team, Yoshi Python team, and the Vertex SDK dev team are the default owners |
8 | | -* @googleapis/cdpe-cloudai @googleapis/yoshi-python @googleapis/cloud-aiplatform-model-builder-sdk |
9 | | - |
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 @googleapis/vertex-ai-metadata |
16 | | -/tests/unit/aiplatform/** @googleapis/cloud-aiplatform-model-builder-sdk @googleapis/vertex-ai-metadata |
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 |
32 | | -/google/cloud/aiplatform/pipeline_jobs.py @googleapis/kubeflow-pipelines |
33 | | -/google/cloud/aiplatform/utils/pipeline_utils.py @googleapis/kubeflow-pipelines |
34 | | -/google/cloud/aiplatform/utils/yaml_utils.py @googleapis/kubeflow-pipelines |
35 | | -/google/cloud/aiplatform/constants/pipeline.py @googleapis/kubeflow-pipelines |
36 | | - |
37 | | -# The Vertex Metadata SDK is owned by Vertex AI Metadata SDK team |
38 | | -/google/cloud/aiplatform/metadata @googleapis/vertex-ai-metadata |
| 7 | +# The Vertex SDK dev team is the default owner for approving PRs. |
| 8 | +* @googleapis/cloud-aiplatform-model-builder-sdk |
0 commit comments