File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Code owners file.
2+ # This file controls who is tagged for review for any given pull request.
3+
4+ # Luke Sneeringer is the default owner for anything not explicitly taken by
5+ # someone else.
6+ * @ lukesneeringer
7+
8+ # Dave Gramlich is the primary author of the scripts that generate the
9+ # documentation and run test scripts.
10+ docs /* @ callmehiphop
11+ scripts /* @ callmehiphop
12+
13+ # Dave Gramlich and Stephen Sawchuk are the primary authors and share
14+ # responsibility for most libraries and tests.
15+ packages /* @ callmehiphop @ stephenplusplus
16+ system-test /* @ callmehiphop @ stephenplusplus
17+ test /* @ callmehiphop @ stephenplusplus
18+
19+ # @GoogleCloudPlatform/node-team is responsible for the Logging extension
20+ # libraries.
21+ packages /error-reporting /* @ GoogleCloudPlatform/node-team
22+ packages /logging-bunyan /* @ GoogleCloudPlatform/node-team
23+ packages /logging-winston /* @ GoogleCloudPlatform/node-team
24+
25+ # Luke Sneeringer is the primary author of the ML API clients.
26+ packages /dlp /* @ lukesneeringer
27+ packages /language /* @ lukesneeringer
28+ packages /monitoring /* @ lukesneeringer
29+ packages /speech /* @ lukesneeringer
30+ packages /video-intelligence /* @ lukesneeringer
31+ packages /vision /* @ lukesneeringer
You can’t perform that action at this time.
0 commit comments