1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

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

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