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:
Keegan Carruthers-Smith 2020-09-09 15:35:53 +02:00 committed by GitHub
parent bd9b03c231
commit abc47c6afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.github/CODEOWNERS vendored
View File

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