From 5529f8d44fcb74516ec60387b4e840a3c60325dd Mon Sep 17 00:00:00 2001 From: Keegan Carruthers-Smith Date: Mon, 12 Nov 2018 11:36:42 +0200 Subject: [PATCH] CODEOWNERS: More specific rules for @keegancsmith --- .github/CODEOWNERS | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 98e638187f8..f5cc038b20e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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