mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
codeowners: search owns search backend code (#10861)
This commit is contained in:
parent
3b24c9ad3d
commit
3a7ebff455
17
.github/CODEOWNERS
vendored
17
.github/CODEOWNERS
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user