Update codeowners (#2691)
* Set team-leads-eng as owners for translations This is needed to Crowdin sync PRs can be merged. * Add team-tools as owner of the email-forwarders * Fix unescaped whitespace * Remove team-leads-eng from owning English resources
This commit is contained in:
parent
6d4793d592
commit
420dc09fd1
|
@ -5,6 +5,8 @@
|
||||||
# The following owners will be the default owners for everything in the repo.
|
# The following owners will be the default owners for everything in the repo.
|
||||||
# Unless a later match takes precedence
|
# Unless a later match takes precedence
|
||||||
# @bitwarden/team-leads
|
# @bitwarden/team-leads
|
||||||
|
src/App/Resources @bitwarden/team-leads-eng
|
||||||
|
src/watchOS/bitwarden/bitwarden\ WatchKit\ Extension/Localization @bitwarden/team-leads-eng
|
||||||
|
|
||||||
## Auth team files ##
|
## Auth team files ##
|
||||||
|
|
||||||
|
@ -17,3 +19,9 @@ build.cake @bitwarden/team-platform-dev
|
||||||
src/watchOS @bitwarden/team-vault-dev
|
src/watchOS @bitwarden/team-vault-dev
|
||||||
|
|
||||||
## Tools team files ##
|
## Tools team files ##
|
||||||
|
src/Core/Services/EmailForwarders @bitwarden/team-tools-dev
|
||||||
|
|
||||||
|
## Locales ##
|
||||||
|
src/App/Resources/AppResources.Designer.cs
|
||||||
|
src/App/Resources/AppResources.resx
|
||||||
|
src/watchOS/bitwarden/bitwarden\ WatchKit\ Extension/Localization/en.lproj
|
Loading…
Reference in New Issue