You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.7 KiB
73 lines
2.7 KiB
# Please sort into logical groups with comment headers. Sort groups in order of specificity. |
|
# For example, default owners should always be the first group. |
|
# Sort lines alphabetically within these groups to avoid accidentally adding duplicates. |
|
# |
|
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners |
|
|
|
## Docker files have shared ownership ## |
|
**/Dockerfile |
|
**/*.Dockerfile |
|
**/.dockerignore |
|
**/entrypoint.sh |
|
|
|
## BRE team owns these workflows ## |
|
.github/workflows/publish.yml @bitwarden/dept-bre |
|
|
|
## These are shared workflows ## |
|
.github/workflows/_move_finalization_db_scripts.yml |
|
.github/workflows/build.yml |
|
.github/workflows/cleanup-after-pr.yml |
|
.github/workflows/cleanup-rc-branch.yml |
|
.github/workflows/release.yml |
|
.github/workflows/repository-management.yml |
|
|
|
# Database Operations for database changes |
|
src/Sql/** @bitwarden/dept-dbops |
|
util/EfShared/** @bitwarden/dept-dbops |
|
util/Migrator/** @bitwarden/dept-dbops |
|
util/MySqlMigrations/** @bitwarden/dept-dbops |
|
util/PostgresMigrations/** @bitwarden/dept-dbops |
|
util/SqlServerEFScaffold/** @bitwarden/dept-dbops |
|
util/SqliteMigrations/** @bitwarden/dept-dbops |
|
|
|
# Auth team |
|
**/Auth @bitwarden/team-auth-dev |
|
bitwarden_license/src/Sso @bitwarden/team-auth-dev |
|
src/Identity @bitwarden/team-auth-dev |
|
|
|
# Key Management team |
|
**/KeyManagement @bitwarden/team-key-management-dev |
|
|
|
**/Tools @bitwarden/team-tools-dev |
|
|
|
# Vault team |
|
**/Vault @bitwarden/team-vault-dev |
|
**/Vault/AuthorizationHandlers @bitwarden/team-vault-dev @bitwarden/team-admin-console-dev # joint ownership over authorization handlers that affect organization users |
|
|
|
# Admin Console team |
|
**/AdminConsole @bitwarden/team-admin-console-dev |
|
bitwarden_license/src/Scim @bitwarden/team-admin-console-dev |
|
bitwarden_license/src/test/Scim.IntegrationTest @bitwarden/team-admin-console-dev |
|
bitwarden_license/src/test/Scim.ScimTest @bitwarden/team-admin-console-dev |
|
src/Events @bitwarden/team-admin-console-dev |
|
src/EventsProcessor @bitwarden/team-admin-console-dev |
|
|
|
# Billing team |
|
**/*billing* @bitwarden/team-billing-dev |
|
**/*bitpay* @bitwarden/team-billing-dev |
|
**/*braintree* @bitwarden/team-billing-dev |
|
**/*freshdesk* @bitwarden/team-billing-dev |
|
**/*freshsales* @bitwarden/team-billing-dev |
|
**/*paypal* @bitwarden/team-billing-dev |
|
**/*stripe* @bitwarden/team-billing-dev |
|
**/*subscription* @bitwarden/team-billing-dev |
|
**/*payment* @bitwarden/team-billing-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 (BRE) |
|
**/packages.lock.json |
|
Directory.Build.props
|
|
|