From f527623318232f84e3a168df79327b876c2a6c14 Mon Sep 17 00:00:00 2001 From: Daniel James Smith <2670567+djsmith85@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:34:36 +0100 Subject: [PATCH] Update CODEOWNERS - Extend billing ownership (#3561) The ToolsController is mostly used for billing related functions, so it makes sense to have @bitwarden/team-billing-dev own it. Due to the naming-scheme, this fell under ownership of @bitwarden/team-tools-dev. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3f7148c7cf..49030e6e6f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -47,6 +47,8 @@ bitwarden_license/src/test/Scim.ScimTest @bitwarden/team-admin-console-dev **/*invoice* @bitwarden/team-billing-dev **/*OrganizationLicense* @bitwarden/team-billing-dev **/Billing @bitwarden/team-billing-dev +src/Admin/Controllers/ToolsController.cs @bitwarden/team-billing-dev +src/Admin/Views/Tools @bitwarden/team-billing-dev # Multiple owners - DO NOT REMOVE (DevOps) **/packages.lock.json