Exclude en locale files from requiring a review from leads (#5702)

This commit is contained in:
Robyn MacCallum 2023-07-11 08:46:04 -04:00 committed by GitHub
parent 05203d96c6
commit 65d970a16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
.github/CODEOWNERS vendored
View File

@ -80,6 +80,11 @@ apps/desktop/desktop_native @bitwarden/team-platform-dev
## Multiple file owners ##
/apps/web/config
/apps/web/package.json
## Locales ##
apps/browser/src/_locales/en/messages.json
apps/cli/src/locales/en/messages.json
apps/desktop/src/locales/en/messages.json
apps/web/src/locales/en/messages.json
## DevOps team files ##
/.github/workflows @bitwarden/dept-devops