From 420dc09fd147275b89a67e697c10f1e14b8be056 Mon Sep 17 00:00:00 2001 From: Daniel James Smith <djsmith85@users.noreply.github.com> Date: Tue, 15 Aug 2023 15:32:57 +0200 Subject: [PATCH] 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 --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7a71598c1..bca9a2def 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,6 +5,8 @@ # The following owners will be the default owners for everything in the repo. # Unless a later match takes precedence # @bitwarden/team-leads +src/App/Resources @bitwarden/team-leads-eng +src/watchOS/bitwarden/bitwarden\ WatchKit\ Extension/Localization @bitwarden/team-leads-eng ## Auth team files ## @@ -17,3 +19,9 @@ build.cake @bitwarden/team-platform-dev src/watchOS @bitwarden/team-vault-dev ## 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 \ No newline at end of file