Skip to content

Commit a59f6b4

Browse files
Only add CODEOWNERS for python file changes (GoogleCloudPlatform#4407)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 5de522f commit a59f6b4

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

.github/CODEOWNERS

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -9,57 +9,57 @@
99
# explicitly taken by someone else.
1010
* @GoogleCloudPlatform/python-samples-owners
1111

12-
/appengine/ @engelke @GoogleCloudPlatform/python-samples-owners
13-
/auth/ @busunkim96 @GoogleCloudPlatform/python-samples-owners
14-
/automl/ @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
15-
/bigquery/ @shollyman @GoogleCloudPlatform/python-samples-owners
16-
/bigquery_storage/ @shollyman @GoogleCloudPlatform/python-samples-owners
17-
/bigtable/ @GoogleCloudPlatform/bigtable-dpe @GoogleCloudPlatform/python-samples-owners
18-
/blog/ @GoogleCloudPlatform/python-samples-owners
19-
/cdn/ @mpwarres @elithrar @GoogleCloudPlatform/python-samples-owners
20-
/cloud-sql/ @GoogleCloudPlatform/cloud-sql-dpes @GoogleCloudPlatform/python-samples-owners
21-
/codelabs/ @GoogleCloudPlatform/python-samples-owners
22-
/composer/ @leahecole @GoogleCloudPlatform/python-samples-owners
23-
/compute/ @GoogleCloudPlatform/python-samples-owners
24-
/container_registry/ @donmccasland @GoogleCloudPlatform/python-samples-owners
25-
/datacatalog/ @shollyman @GoogleCloudPlatform/python-samples-owners
26-
/dataflow/ @davidcavazos @GoogleCloudPlatform/python-samples-owners
27-
/datalabeling/ @sgreenberg @GoogleCloudPlatform/python-samples-owners
28-
/dataproc/ @bradmiro @GoogleCloudPlatform/python-samples-owners
29-
/datastore/ @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/python-samples-owners
30-
/dialogflow/ @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
31-
/dlp/ @GoogleCloudPlatform/python-samples-owners
32-
/dns/ @michaelawyu @GoogleCloudPlatform/python-samples-owners
33-
/endpoints/ @GoogleCloudPlatform/python-samples-owners
34-
/error_reporting/ @GoogleCloudPlatform/python-samples-owners
35-
/firestore/ @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/python-samples-owners
36-
/functions/ @ace-n @GoogleCloudPlatform/python-samples-owners
37-
/healthcare/ @noerog @GoogleCloudPlatform/python-samples-owners
38-
/iam/ @melaniedejong @GoogleCloudPlatform/python-samples-owners
39-
/iap/ @GoogleCloudPlatform/python-samples-owners
40-
/iot/ @gguuss @GoogleCloudPlatform/python-samples-owners
41-
/jobs/ @GoogleCloudPlatform/python-samples-owners
42-
/kms/ @GoogleCloudPlatform/python-samples-owners
43-
/kubernetes_engine/ @GoogleCloudPlatform/python-samples-owners
44-
/language/ @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
45-
/logging/ @simonz130 @GoogleCloudPlatform/python-samples-owners
46-
/memorystore/ @GoogleCloudPlatform/python-samples-owners
47-
/ml_engine/ @alecglassford @GoogleCloudPlatform/python-samples-owners
48-
/monitoring/ @GoogleCloudPlatform/python-samples-owners
49-
/notebooks/ @alixhami @sirtorry @GoogleCloudPlatform/python-samples-owners
50-
/opencensus/ @GoogleCloudPlatform/python-samples-owners
51-
/profiler/ @jqll @GoogleCloudPlatform/python-samples-owners
52-
/pubsub/ @anguillanneuf @hongalex @GoogleCloudPlatform/python-samples-owners
53-
/run/ @averikitsch @grant @GoogleCloudPlatform/python-samples-owners
54-
/scheduler/ @averikitsch @GoogleCloudPlatform/python-samples-owners
55-
/spanner/ @larkee @GoogleCloudPlatform/python-samples-owners
56-
/speech/ @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
57-
/storage/ @GoogleCloudPlatform/storage-dpe @GoogleCloudPlatform/python-samples-owners
58-
/tables/automl/ @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
59-
/tasks/ @averikitsch @GoogleCloudPlatform/python-samples-owners
60-
/texttospeech/ @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
61-
/third_party/apache-airflow/ @leahecole @GoogleCloudPlatform/python-samples-owners
62-
/trace/ @dukeng @ziweizhao @GoogleCloudPlatform/python-samples-owners
63-
/translate/ @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
64-
/video/ @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
65-
/vision/ @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
12+
/appengine/**/*.py @engelke @GoogleCloudPlatform/python-samples-owners
13+
/auth/**/*.py @busunkim96 @GoogleCloudPlatform/python-samples-owners
14+
/automl/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
15+
/bigquery/**/*.py @shollyman @GoogleCloudPlatform/python-samples-owners
16+
/bigquery_storage/**/*.py @shollyman @GoogleCloudPlatform/python-samples-owners
17+
/bigtable/**/*.py @GoogleCloudPlatform/bigtable-dpe @GoogleCloudPlatform/python-samples-owners
18+
/blog/**/*.py @GoogleCloudPlatform/python-samples-owners
19+
/cdn/**/*.py @mpwarres @elithrar @GoogleCloudPlatform/python-samples-owners
20+
/cloud-sql/**/*.py @GoogleCloudPlatform/cloud-sql-dpes @GoogleCloudPlatform/python-samples-owners
21+
/codelabs/**/*.py @GoogleCloudPlatform/python-samples-owners
22+
/composer/**/*.py @leahecole @GoogleCloudPlatform/python-samples-owners
23+
/compute/**/*.py @GoogleCloudPlatform/python-samples-owners
24+
/container_registry/**/*.py @donmccasland @GoogleCloudPlatform/python-samples-owners
25+
/datacatalog/**/*.py @shollyman @GoogleCloudPlatform/python-samples-owners
26+
/dataflow/**/*.py @davidcavazos @GoogleCloudPlatform/python-samples-owners
27+
/datalabeling/**/*.py @sgreenberg @GoogleCloudPlatform/python-samples-owners
28+
/dataproc/**/*.py @bradmiro @GoogleCloudPlatform/python-samples-owners
29+
/datastore/**/*.py @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/python-samples-owners
30+
/dialogflow/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
31+
/dlp/**/*.py @GoogleCloudPlatform/python-samples-owners
32+
/dns/**/*.py @michaelawyu @GoogleCloudPlatform/python-samples-owners
33+
/endpoints/**/*.py @GoogleCloudPlatform/python-samples-owners
34+
/error_reporting/**/*.py @GoogleCloudPlatform/python-samples-owners
35+
/firestore/**/*.py @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/python-samples-owners
36+
/functions/**/*.py @ace-n @GoogleCloudPlatform/python-samples-owners
37+
/healthcare/**/*.py @noerog @GoogleCloudPlatform/python-samples-owners
38+
/iam/**/*.py @melaniedejong @GoogleCloudPlatform/python-samples-owners
39+
/iap/**/*.py @GoogleCloudPlatform/python-samples-owners
40+
/iot/**/*.py @gguuss @GoogleCloudPlatform/python-samples-owners
41+
/jobs/**/*.py @GoogleCloudPlatform/python-samples-owners
42+
/kms/**/*.py @GoogleCloudPlatform/python-samples-owners
43+
/kubernetes_engine/**/*.py @GoogleCloudPlatform/python-samples-owners
44+
/language/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
45+
/logging/**/*.py @simonz130 @GoogleCloudPlatform/python-samples-owners
46+
/memorystore/**/*.py @GoogleCloudPlatform/python-samples-owners
47+
/ml_engine/**/*.py @alecglassford @GoogleCloudPlatform/python-samples-owners
48+
/monitoring/**/*.py @GoogleCloudPlatform/python-samples-owners
49+
/notebooks/**/*.py @alixhami @sirtorry @GoogleCloudPlatform/python-samples-owners
50+
/opencensus/**/*.py @GoogleCloudPlatform/python-samples-owners
51+
/profiler/**/*.py @jqll @GoogleCloudPlatform/python-samples-owners
52+
/pubsub/**/*.py @anguillanneuf @hongalex @GoogleCloudPlatform/python-samples-owners
53+
/run/**/*.py @averikitsch @grant @GoogleCloudPlatform/python-samples-owners
54+
/scheduler/**/*.py @averikitsch @GoogleCloudPlatform/python-samples-owners
55+
/spanner/**/*.py @larkee @GoogleCloudPlatform/python-samples-owners
56+
/speech/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
57+
/storage/**/*.py @GoogleCloudPlatform/storage-dpe @GoogleCloudPlatform/python-samples-owners
58+
/tables/automl/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
59+
/tasks/**/*.py @averikitsch @GoogleCloudPlatform/python-samples-owners
60+
/texttospeech/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
61+
/third_party/apache-airflow/**/*.py @leahecole @GoogleCloudPlatform/python-samples-owners
62+
/trace/**/*.py @dukeng @ziweizhao @GoogleCloudPlatform/python-samples-owners
63+
/translate/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
64+
/video/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
65+
/vision/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners

0 commit comments

Comments
 (0)