From dfbb72f9a3269b9507e1b0cb71e2ac589679df05 Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Fri, 24 Apr 2020 15:26:26 -0700 Subject: [PATCH] Add owners for CODEOWNERS (#10179) --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e5340b4f436..a522274bc1f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -118,7 +118,6 @@ /internal/actor/ @beyang @unknwon # Core Services -*git*/* @sourcegraph/core-services /cmd/frontend/authz/ @sourcegraph/core-services /cmd/frontend/db/ @sourcegraph/core-services /cmd/frontend/globals/ @sourcegraph/core-services @slimsag @@ -244,12 +243,13 @@ Dockerfile @sourcegraph/distribution /babel.config.js @felixfbecker /internal/hubspot/ @dadlerj /internal/highlight/ @slimsag +/dev/codecov.yml @nicksnyder @tsenart @lguychard @beyang +/.github/CODEOWNERS @nicksnyder @tsenart @lguychard @beyang # Third party license lists /ThirdPartyLicensesGo.csv @sourcegraph/core-services /ThirdPartyLicensesNpm.csv @sourcegraph/web /dev/licenses-npm.sh @sourcegraph/web -/dev/codecov.yml @nicksnyder @tsenart @lguychard # Changes to the GraphQL API should be approved by both the team owning the backend and the consumers /cmd/frontend/graphqlbackend/schema.graphql @sourcegraph/web @sourcegraph/core-services