forked from GoogleCloudPlatform/php-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
32 lines (25 loc) · 1.4 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
# 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-admins
/bigtable/ @GoogleCloudPlatform/bigtable-dpe @GoogleCloudPlatform/php-admins
/cloud_sql/ @GoogleCloudPlatform/cloud-sql-dpes @GoogleCloudPlatform/php-admins
/datastore/ @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/php-admins
/firestore/ @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/php-admins
/iot/ @gcseh @GoogleCloudPlatform/api-iot @GoogleCloudPlatform/php-admins
/storage/ @GoogleCloudPlatform/storage-dpe @GoogleCloudPlatform/php-admins
# Functions samples owned by the Firebase team
/functions/firebase_analytics @schandel @samtstern
# Brent is taking ownership of these samples as they are not supported by the ML team
/dlp/ @bshaffer
/dialogflow/ @bshaffer
/language/ @bshaffer
/speech/ @bshaffer
/translate/ @bshaffer
/texttospeech/ @bshaffer
/vision/ @bshaffer
/video/ @bshaffer