-
Notifications
You must be signed in to change notification settings - Fork 1k
/
CODEOWNERS
Validating CODEOWNERS rules...
59 lines (37 loc) · 2.15 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
# 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>
# The php-admins team is the default owner for anything not
# explicitly taken by someone else
* @GoogleCloudPlatform/php-samples-reviewers
# Kokoro
.kokoro @GoogleCloudPlatform/php-admins
/bigtable/**/*.php @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/php-samples-reviewers
/cloud_sql/**/*.php @GoogleCloudPlatform/infra-db-sdk @GoogleCloudPlatform/php-samples-reviewers
/datastore/**/*.php @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/php-samples-reviewers
/firestore/**/*.php @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/php-samples-reviewers
/storage/ @GoogleCloudPlatform/cloud-storage-dpe @GoogleCloudPlatform/php-samples-reviewers
/spanner/ @GoogleCloudPlatform/api-spanner @GoogleCloudPlatform/php-samples-reviewers
# Serverless, Orchestration, DevOps
/appengine/ @GoogleCloudPlatform/torus-dpe @GoogleCloudPlatform/php-samples-reviewers
/functions/ @GoogleCloudPlatform/torus-dpe @GoogleCloudPlatform/php-samples-reviewers
/run/ @GoogleCloudPlatform/torus-dpe @GoogleCloudPlatform/php-samples-reviewers
/eventarc/ @GoogleCloudPlatform/torus-dpe @GoogleCloudPlatform/php-samples-reviewers
# Functions samples owned by the Firebase team
/functions/firebase_analytics @schandel
# DLP samples owned by DLP team
/dlp/ @GoogleCloudPlatform/googleapis-dlp
# Brent is taking ownership of these samples as they are not supported by the ML team
/dialogflow/ @bshaffer
/language/ @bshaffer
/speech/ @bshaffer
/translate/ @bshaffer
/texttospeech/ @bshaffer
/vision/ @bshaffer
/video/ @bshaffer
# Compute samples owned by Remik
/compute/cloud-client/ @rsamborski
# Deprecated
/iot/ @GoogleCloudPlatform/php-samples-reviewers