Skip to content

Commit 6fa724d

Browse files
authored
Update CODEOWNERS / Blunderbuss for SoDA (GoogleCloudPlatform#5313)
1 parent a7d3715 commit 6fa724d

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
# explicitly taken by someone else.
66
* @GoogleCloudPlatform/java-samples-reviewers
77

8-
/datastore/ @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/java-samples-reviewers
9-
/firestore/ @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/java-samples-reviewers
8+
/bigtable/**/*.java @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/java-samples-reviewers
9+
/cloud-sql/**/*.java @GoogleCloudPlatform/infra-db-dpes @GoogleCloudPlatform/java-samples-reviewers
10+
/datastore/**/*.java @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/java-samples-reviewers
11+
/firestore/**/*.java @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/java-samples-reviewers
1012
/iot/ @gcseh @GoogleCloudPlatform/api-iot @GoogleCloudPlatform/java-samples-reviewers
1113
/logging/ @GoogleCloudPlatform/observability-devx @GoogleCloudPlatform/java-samples-reviewers
14+
/storage/**/*.java @GoogleCloudPlatform/cloud-storage-dpes @GoogleCloudPlatform/java-samples-reviewers

.github/blunderbuss.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
assign_issues:
22
- GoogleCloudPlatform/java-samples-reviewers
3+
34
assign_issues_by:
45
- labels:
56
- 'api: logging'
@@ -11,9 +12,20 @@ assign_issues_by:
1112
to:
1213
- attilagargyan
1314
- simoncsaba-g
14-
15+
- labels:
16+
- 'api: bigtable'
17+
- 'api: datastore'
18+
- 'api: firestore'
19+
to:
20+
- GoogleCloudPlatform/cloud-native-db-dpes
21+
- labels:
22+
- 'api: cloudsql'
23+
to:
24+
- GoogleCloudPlatform/infra-db-dpes
25+
1526
assign_prs:
1627
- GoogleCloudPlatform/java-samples-reviewers
28+
1729
assign_prs_by:
1830
- labels:
1931
- 'api: logging'
@@ -25,3 +37,15 @@ assign_prs_by:
2537
to:
2638
- attilagargyan
2739
- simoncsaba-g
40+
- labels:
41+
- 'api: bigtable'
42+
- 'api: datastore'
43+
- 'api: firestore'
44+
to:
45+
- GoogleCloudPlatform/cloud-native-db-dpes
46+
- labels:
47+
- 'api: cloudsql'
48+
to:
49+
- GoogleCloudPlatform/infra-db-dpes
50+
51+

0 commit comments

Comments
 (0)