forked from proppy/rad-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
43 lines (24 loc) · 1.14 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
# Code owners file.
# This file controls who is tagged for review for any given pull request.
# The gps-demos team is the default owner for anything not
# explicitly taken by someone else.
* @GoogleCloudPlatform/gps-demos
# Below are the owners if specific folders and its files
# directory in the root of your repository and any of its
# subdirectories.
/.github/ @guptamukul-google
/docs/ @agussman @BrianReevz @debakkerb @guptamukul-google
/modules/ @debakkerb @guptamukul-google @debakkerb
/scripts/ @guptamukul-google
/scripts/gcp-ai-notebook-tools/ @hradhakrishnan
/scripts/notebooks-playground/ @hradhakrishnan
/tools/ @guptamukul-google
/.github/ @guptamukul-google
# Below are the owners of individual file types
*.json @guptamukul-google
*.md @agussman @BrianReevz @debakkerb @guptamukul-google @hradhakrishnan
*.py @guptamukul-google
*.sh @debakkerb @guptamukul-google @hradhakrishnan
*.tf @debakkerb @guptamukul-google
*.txt @guptamukul-google
*.yml @guptamukul-google