-
Notifications
You must be signed in to change notification settings - Fork 347
/
CODEOWNERS
Validating CODEOWNERS rules...
31 lines (24 loc) · 1.63 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Code owners file.
# This file controls who is tagged for review for any given pull request.
#
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
# yoshi-python is the default owner
* @googleapis/yoshi-python
# The AI Platform GAPIC libraries are owned by Cloud AI DPE
/google/cloud/aiplatform_*/** @googleapis/cdpe-cloudai
# The Vertex SDK is owned by Vertex SDK Dev team
/google/cloud/aiplatform/** @googleapis/cloud-aiplatform-model-builder-sdk
/tests/system/aiplatform/** @googleapis/cloud-aiplatform-model-builder-sdk
/tests/unit/aiplatform/** @googleapis/cloud-aiplatform-model-builder-sdk
# The Cloud AI DPE team is the default owner for samples
/samples/**/*.py @googleapis/cdpe-cloudai @googleapis/python-samples-owners
/.sample_configs/** @googleapis/cdpe-cloudai
# The enhanced client library tests are owned by Cloud AI DPE
/tests/unit/enhanced_library/*.py @googleapis/cdpe-cloudai
# Core library files owned by Cloud AI DPE and Vertex SDK Dev teams
CHANGELOG.md @googleapis/cloud-aiplatform-model-builder-sdk @googleapis/cdpe-cloudai
README.rst @googleapis/cloud-aiplatform-model-builder-sdk @googleapis/cdpe-cloudai
setup.py @googleapis/cloud-aiplatform-model-builder-sdk @googleapis/cdpe-cloudai
# Vertex AI product team-specific ownership
/google/cloud/aiplatform/constants/prediction.py @googleapis/vertex-prediction-team