CODEOWNERS: More specific rules for @keegancsmith

This commit is contained in:
Keegan Carruthers-Smith 2018-11-12 11:36:42 +02:00
parent 3496114f3b
commit 5529f8d44f

6
.github/CODEOWNERS vendored
View File

@ -2,10 +2,8 @@
# Each line is a file pattern followed by one or more owners.
# https://help.github.com/articles/about-codeowners/
*git* @keegancsmith
/migrations/ @keegancsmith
monolith/ @keegancsmith
search @keegancsmith
*git*/* @keegancsmith
/cmd/searcher/ @keegancsmith
/packages/webapp/src/ @felixfbecker
/xlang/ @keegancsmith @beyang
/schema/ @sqs