mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:12:02 +00:00
codeowners: specify top-level catches earlier (#13719)
There were a bunch of rules put in before this old top-level rule. For example internal/workerutil was assigned as owned by Stephen, even though we had a rule for it to be owned by Eric. This was because that rule was before this catch all rule.
This commit is contained in:
parent
bd9b03c231
commit
abc47c6afe
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
@ -14,6 +14,8 @@
|
||||
*.js @sourcegraph/web
|
||||
*.ts @sourcegraph/web
|
||||
*.tsx @sourcegraph/web
|
||||
/cmd @slimsag
|
||||
/internal @slimsag
|
||||
/enterprise/cmd/frontend @slimsag
|
||||
/enterprise/cmd/server @slimsag
|
||||
/cmd/frontend/shared @slimsag
|
||||
@ -82,8 +84,6 @@
|
||||
/prettier.config.js @sourcegraph/web
|
||||
/.editorconfig @sourcegraph/web
|
||||
/jest.config.js @sourcegraph/web
|
||||
/cmd @slimsag
|
||||
/internal @slimsag
|
||||
|
||||
# Web
|
||||
/shared @sourcegraph/web
|
||||
|
||||
Loading…
Reference in New Issue
Block a user