codeowners: search owns search backend code (#10861)

This commit is contained in:
Keegan Carruthers-Smith 2020-05-20 21:37:56 +02:00 committed by GitHub
parent 3b24c9ad3d
commit 3a7ebff455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/CODEOWNERS vendored
View File

@ -143,14 +143,15 @@
/schema/ @sourcegraph/core-services
# Search and code mod
*/search/**/* @sourcegraph/core-services
/cmd/frontend/internal/pkg/search @sourcegraph/core-services
/cmd/query-runner/ @sourcegraph/core-services
/cmd/replacer/ @sourcegraph/core-services @rvantonder
/cmd/searcher/ @sourcegraph/core-services
/cmd/symbols/ @sourcegraph/core-services
/internal/search/ @sourcegraph/core-services
/internal/symbols/ @sourcegraph/core-services
*/search/**/* @sourcegraph/search
/cmd/frontend/internal/pkg/search @sourcegraph/search
/cmd/frontend/graphqlbackend/*search* @sourcegraph/search
/cmd/query-runner/ @sourcegraph/search
/cmd/replacer/ @sourcegraph/search @rvantonder
/cmd/searcher/ @sourcegraph/search
/cmd/symbols/ @sourcegraph/search
/internal/search/ @sourcegraph/search
/internal/symbols/ @sourcegraph/search
# Symbols
/cmd/frontend/graphqlbackend/*symbols* @sourcegraph/code-intel