Skip to content

Commit fd55daf

Browse files
chore: Add code owners for Vertex Metadata SDK (googleapis#1515)
* chore: Adding code owners for Vertex Metadata SDK Adding the code owner group for Vertex AI Metadata SDK team. * Update .github/CODEOWNERS Co-authored-by: Anthonios Partheniou <partheniou@google.com> * Add metadata team as co-owner for unit and system tests. Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 1cced8a commit fd55daf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
# The Vertex SDK is owned by Vertex SDK Dev team
1414
/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
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
1717

1818
# The Cloud AI DPE team is the default owner for samples
1919
/samples/**/*.py @googleapis/cdpe-cloudai @googleapis/python-samples-reviewers
@@ -29,3 +29,6 @@ setup.py @googleapis/cloud-aiplatform-model-builde
2929

3030
# Vertex AI product team-specific ownership
3131
/google/cloud/aiplatform/constants/prediction.py @googleapis/vertex-prediction-team
32+
33+
# The Vertex Metadata SDK is owned by Vertex AI Metadata SDK team
34+
/google/cloud/aiplatform/metadata @googleapis/vertex-ai-metadata

0 commit comments

Comments
 (0)