-
Notifications
You must be signed in to change notification settings - Fork 6.5k
/
Copy pathCODEOWNERS
64 lines (60 loc) · 5.69 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# 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
# Prefer GitHub teams over individuals to make it easier to find a suitable owner
# when someone is OOO or leaves the team.
# python-samples-owners is in charge of infrastructure (Kokoro, noxfiles, etc.) in this repository
# python-samples-reviewers reviews Python sample code for adherence to sample guidelines
* @GoogleCloudPlatform/python-samples-owners @GoogleCloudPlatform/python-samples-reviewers
/.github/ @GoogleCloudPlatform/python-samples-owners
/.kokoro/ @GoogleCloudPlatform/python-samples-owners
/* @GoogleCloudPlatform/python-samples-owners
/appengine/**/*.py @GoogleCloudPlatform/aap-dpes @GoogleCloudPlatform/python-samples-reviewers
/appengine/standard/django/**/*.py @glasnt @GoogleCloudPlatform/aap-dpes @GoogleCloudPlatform/python-samples-reviewers
/appengine/flexible/django_cloudsql/**/*.py @glasnt @GoogleCloudPlatform/aap-dpes @GoogleCloudPlatform/python-samples-reviewers
/appengine/standard_python3/spanner/*.py @GoogleCloudPlatform/api-spanner-python @GoogleCloudPlatform/python-samples-reviewers
/auth/**/*.py @busunkim96 @arithmetic1728 @GoogleCloudPlatform/python-samples-reviewers
/bigquery/**/*.py @shollyman @GoogleCloudPlatform/python-samples-reviewers
/billing/**/*.py @GoogleCloudPlatform/billing-samples-maintainers @GoogleCloudPlatform/python-samples-reviewers
/blog/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/cdn/**/*.py @mpwarres @GoogleCloudPlatform/python-samples-reviewers
/cloud-sql/**/*.py @GoogleCloudPlatform/infra-db-dpes @GoogleCloudPlatform/python-samples-reviewers
/codelabs/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/composer/**/*.py @leahecole @rachael-ds @rafalbiegacz @GoogleCloudPlatform/python-samples-reviewers
/compute/**/*.py @m-strzelczyk @GoogleCloudPlatform/python-samples-reviewers
/data-science-onramp/ @leahecole @bradmiro @GoogleCloudPlatform/python-samples-reviewers
/dataflow/**/*.py @davidcavazos @GoogleCloudPlatform/python-samples-reviewers
/datastore/**/*.py @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/python-samples-reviewers
/dns/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/endpoints/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/eventarc/**/*.py @GoogleCloudPlatform/aap-dpes @GoogleCloudPlatform/python-samples-reviewers
/firestore/**/*.py @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/python-samples-reviewers
/functions/**/*.py @GoogleCloudPlatform/aap-dpes @GoogleCloudPlatform/python-samples-reviewers
/functions/spanner/*.py @GoogleCloudPlatform/api-spanner-python @GoogleCloudPlatform/python-samples-reviewers
/healthcare/**/*.py @noerog @GoogleCloudPlatform/python-samples-reviewers
/iam/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/iap/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/iot/**/*.py @gcseh @GoogleCloudPlatform/api-iot @GoogleCloudPlatform/python-samples-reviewers
/jobs/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/kubernetes_engine/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/kubernetes_engine/django_tutorial/**/*.py @glasnt @GoogleCloudPlatform/python-samples-reviewers
/memorystore/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/ml_engine/**/*.py @ivanmkc @GoogleCloudPlatform/python-samples-reviewers
/monitoring/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/monitoring/opencensus @yuriatgoogle @GoogleCloudPlatform/python-samples-reviewers
/monitoring/prometheus @yuriatgoogle @GoogleCloudPlatform/python-samples-reviewers
/notebooks/**/*.py @alixhami @GoogleCloudPlatform/python-samples-reviewers
/opencensus/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/people-and-planet-ai/**/*.py @davidcavazos @GoogleCloudPlatform/python-samples-reviewers
/profiler/**/*.py @GoogleCloudPlatform/python-samples-reviewers
/pubsub/**/*.py @anguillanneuf @hongalex @GoogleCloudPlatform/python-samples-reviewers
/pubsublite/**/*.py @anguillanneuf @hongalex @GoogleCloudPlatform/python-samples-reviewers
/run/**/*.py @GoogleCloudPlatform/aap-dpes @GoogleCloudPlatform/python-samples-reviewers
/run/django/**/*.py @glasnt @GoogleCloudPlatform/aap-dpes @GoogleCloudPlatform/python-samples-reviewers
/storage/**/*.py @GoogleCloudPlatform/cloud-storage-dpes @GoogleCloudPlatform/python-samples-reviewers
/storagetransfer/**/*.py @GoogleCloudPlatform/cloud-storage-dpes @GoogleCloudPlatform/python-samples-reviewers
/trace/**/*.py @ymotongpoo @GoogleCloudPlatform/python-samples-reviewers
/translate/**/*.py @nicain @GoogleCloudPlatform/python-samples-reviewers
/workflows/**/*.py @GoogleCloudPlatform/python-samples-reviewers