Change ownership of autofill from vault to client integrations (#5619)

This commit is contained in:
Robyn MacCallum 2023-06-15 12:43:36 -04:00 committed by GitHub
parent 9ed59c6fa9
commit 44f74483d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
.github/CODEOWNERS vendored
View File

@ -31,7 +31,6 @@ libs/exporter @bitwarden/team-tools-dev
libs/importer @bitwarden/team-tools-dev
## Vault team files ##
apps/browser/src/autofill @bitwarden/team-vault-dev
apps/browser/src/vault @bitwarden/team-vault-dev
apps/cli/src/vault @bitwarden/team-vault-dev
apps/desktop/src/vault @bitwarden/team-vault-dev
@ -69,6 +68,9 @@ apps/web/src/app/core @bitwarden/team-platform-dev
apps/web/src/app/shared @bitwarden/team-platform-dev
apps/web/src/translation-constants.ts @bitwarden/team-platform-dev
## Client Integrations team files ##
apps/browser/src/autofill @bitwarden/team-client-integrations-dev
## Component Library ##
libs/components @bitwarden/team-platform-dev