Skip to content

Commit 1a633ac

Browse files
authored
Update CODEOWNERS and Blunderbuss for SoDa (GoogleCloudPlatform#5891)
1 parent bfd6097 commit 1a633ac

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
* @GoogleCloudPlatform/python-samples-owners
1111

1212
/appengine/**/*.py @engelke @GoogleCloudPlatform/python-samples-owners
13-
/auth/**/*.py @busunkim96 @GoogleCloudPlatform/python-samples-owners
13+
/auth/**/*.py @busunkim96 @GoogleCloudPlatform/python-samples-owners
1414
/automl/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
1515
/billing/**/*.py @GoogleCloudPlatform/billing-samples-maintainers @GoogleCloudPlatform/python-samples-owners
1616
/bigquery/**/*.py @shollyman @GoogleCloudPlatform/python-samples-owners
1717
/bigquery_storage/**/*.py @shollyman @GoogleCloudPlatform/python-samples-owners
18-
/bigtable/**/*.py @GoogleCloudPlatform/bigtable-dpe @GoogleCloudPlatform/python-samples-owners
18+
/bigtable/**/*.py @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/python-samples-owners
1919
/blog/**/*.py @GoogleCloudPlatform/python-samples-owners
2020
/channel/**/*.py @max-mathieu @GoogleCloudPlatform/python-samples-owners
2121
/cdn/**/*.py @mpwarres @elithrar @GoogleCloudPlatform/python-samples-owners
22-
/cloud-sql/**/*.py @GoogleCloudPlatform/cloud-sql-dpes @GoogleCloudPlatform/python-samples-owners
22+
/cloud-sql/**/*.py @GoogleCloudPlatform/infra-db-dpes @GoogleCloudPlatform/python-samples-owners
2323
/codelabs/**/*.py @GoogleCloudPlatform/python-samples-owners
2424
/composer/**/*.py @leahecole @rachael-ds @rafalbiegacz @GoogleCloudPlatform/python-samples-owners
2525
/compute/**/*.py @GoogleCloudPlatform/python-samples-owners
@@ -29,13 +29,13 @@
2929
/dataflow/**/*.py @davidcavazos @GoogleCloudPlatform/python-samples-owners
3030
/datalabeling/**/*.py @sgreenberg @GoogleCloudPlatform/python-samples-owners
3131
/dataproc/**/*.py @bradmiro @GoogleCloudPlatform/python-samples-owners
32-
/datastore/**/*.py @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/python-samples-owners
32+
/datastore/**/*.py @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/python-samples-owners
3333
/dlp/**/*.py @GoogleCloudPlatform/python-samples-owners
3434
/dns/**/*.py @michaelawyu @GoogleCloudPlatform/python-samples-owners
3535
/endpoints/**/*.py @GoogleCloudPlatform/python-samples-owners
3636
/error_reporting/**/*.py @GoogleCloudPlatform/observability-devx @GoogleCloudPlatform/python-samples-owners
3737
/eventarc/**/*.py @averikitsch @grant @GoogleCloudPlatform/python-samples-owners
38-
/firestore/**/*.py @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/python-samples-owners
38+
/firestore/**/*.py @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/python-samples-owners
3939
/functions/**/*.py @ace-n @grant @GoogleCloudPlatform/python-samples-owners
4040
/healthcare/**/*.py @noerog @GoogleCloudPlatform/python-samples-owners
4141
/iam/**/*.py @GoogleCloudPlatform/python-samples-owners
@@ -60,7 +60,7 @@
6060
/scheduler/**/*.py @averikitsch @GoogleCloudPlatform/python-samples-owners
6161
/spanner/**/*.py @larkee @GoogleCloudPlatform/python-samples-owners
6262
/speech/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
63-
/storage/**/*.py @GoogleCloudPlatform/storage-dpe @GoogleCloudPlatform/python-samples-owners
63+
/storage/**/*.py @GoogleCloudPlatform/cloud-storage-dpes @GoogleCloudPlatform/python-samples-owners
6464
/tables/automl/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
6565
/tasks/**/*.py @averikitsch @GoogleCloudPlatform/python-samples-owners
6666
/texttospeech/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners

.github/blunderbuss.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,18 @@ assign_issues_by:
4040
- shollyman
4141
- labels:
4242
- 'api: bigtable'
43+
- 'api: datastore'
44+
- 'api: firestore'
4345
to:
44-
- billyjacobson
46+
- GoogleCloudPlatform/cloud-native-db-dpes
4547
- labels:
4648
- 'api: billingbudgets'
4749
to:
4850
- GoogleCloudPlatform/billing-samples-maintainers
4951
- labels:
5052
- 'api: cloudsql'
5153
to:
52-
- GoogleCloudPlatform/cloud-sql-dpes
54+
- GoogleCloudPlatform/infra-db-dpes
5355
- labels:
5456
- 'api: containeranalysis'
5557
to:
@@ -65,11 +67,6 @@ assign_issues_by:
6567
- 'api: dataproc'
6668
to:
6769
- bradmiro
68-
- labels:
69-
- 'api: datastore'
70-
- 'api: firestore'
71-
to:
72-
- GoogleCloudPlatform/firestore-dpe
7370
- labels:
7471
- 'api: dns'
7572
to:
@@ -141,11 +138,21 @@ assign_issues_by:
141138
- bradmiro
142139

143140
assign_prs_by:
141+
- labels:
142+
- 'api: bigtable'
143+
- 'api: datastore'
144+
- 'api: firestore'
145+
to:
146+
- GoogleCloudPlatform/cloud-native-db-dpes
144147
- labels:
145148
- 'api: cloudiot'
146149
to:
147150
- fjanosi-google
148151
- joeklemm
152+
- labels:
153+
- 'api: cloudsql'
154+
to:
155+
- GoogleCloudPlatform/infra-db-dpes
149156

150157

151158
assign_issues:

0 commit comments

Comments
 (0)