1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

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.
This commit is contained in:
Daniel James Smith 2023-12-13 20:34:36 +01:00 committed by GitHub
parent 8bf798a79f
commit f527623318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/CODEOWNERS vendored
View File

@ -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