|
| 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 |
| 5 | +# taken by someone else. |
| 6 | +* @lukesneeringer |
| 7 | + |
| 8 | +# Danny Hermes is the primary author of the original core library, as |
| 9 | +# well as most of the testing code. |
| 10 | +core/* @dhermes |
| 11 | +test_utils/* @dhermes |
| 12 | + |
| 13 | +# Jon Wayne Parrott is the author of the new google.api.core library. |
| 14 | +# NOTE: This trumps the previous core/* directive, since the last match is |
| 15 | +# what matters. |
| 16 | +core/google/api/core/* @jonparrott |
| 17 | + |
| 18 | +# Tres Seaver and Tim Swast share responsibility for BigQuery. |
| 19 | +bigquery/* @tswast @tseaver |
| 20 | + |
| 21 | +# Danny Hermes and Tres Seaver co-authored the BigTable library. |
| 22 | +bigtable/* @dhermes @tseaver |
| 23 | + |
| 24 | +# Danny Hermes is the primary maintainer of the Datastore library. |
| 25 | +datastore/* @dhermes |
| 26 | + |
| 27 | +# Bill Prin is the primary maintainer of the Stackdriver libraries. |
| 28 | +error_reporting/* @waprin |
| 29 | +monitoring/* @waprin @supriyagarg @rimey |
| 30 | +logging/* @waprin @tseaver |
| 31 | + |
| 32 | +# Luke Sneeringer is the primary author of the ML API clients. |
| 33 | +language/* @lukesneeringer |
| 34 | +speech/* @lukesneeringer |
| 35 | +translate/* @lukesneeringer |
| 36 | +videointelligence/* @lukesneeringer |
| 37 | +vision/* @lukesneeringer |
| 38 | + |
| 39 | +# Luke Sneeringer is the primary author of Pub/Sub. |
| 40 | +pubsub/* @lukesneeringer |
| 41 | + |
| 42 | +# Danny Hermes is the primary author of resource manager |
| 43 | +resourcemanager/* @dhermes |
| 44 | + |
| 45 | +# Tim Swast is the primary author of Runtime Config. |
| 46 | +runtimeconfig/ @tswast |
| 47 | + |
| 48 | +# Vikas Kedia is the product owner and Tres Seaver the author for Spanner. |
| 49 | +spanner/* @vkedia @tseaver |
| 50 | + |
| 51 | +# Doug Greiman and Angela Li are the owners of trace. |
| 52 | +trace/* @liyanhui1228 @duggelz |
0 commit comments