Add owners for CODEOWNERS (#10179)

This commit is contained in:
Nick Snyder 2020-04-24 15:26:26 -07:00 committed by GitHub
parent f652523378
commit dfbb72f9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.github/CODEOWNERS vendored
View File

@ -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