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.
53 lines
2.0 KiB
53 lines
2.0 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 |
|
|
|
# DevOps for Actions and other workflow changes |
|
.github/workflows @bitwarden/dept-devops |
|
|
|
# DevOps for Docker changes |
|
**/Dockerfile @bitwarden/dept-devops |
|
**/*.Dockerfile @bitwarden/dept-devops |
|
**/.dockerignore @bitwarden/dept-devops |
|
|
|
# Database Operations for database changes |
|
src/Sql/** @bitwarden/dept-dbops |
|
util/Migrator/** @bitwarden/dept-dbops |
|
|
|
# Auth team |
|
**/Auth @bitwarden/team-auth-dev |
|
bitwarden_license/src/Sso @bitwarden/team-auth-dev |
|
src/Identity @bitwarden/team-auth-dev |
|
|
|
**/SecretsManager @bitwarden/team-secrets-manager-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 |
|
|
|
# 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 |
|
|
|
# Multiple owners - DO NOT REMOVE (DevOps) |
|
**/packages.lock.json |
|
Directory.Build.props
|
|
|