generated from bitwarden/template
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathCODEOWNERS
33 lines (26 loc) · 1.17 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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
# Default file owners.
* @bitwarden/tech-leads
# DevOps for Actions and other workflow changes.
.github/workflows @bitwarden/dept-devops
# Auth
BitwardenShared/Core/Auth @bitwarden/team-auth-dev
BitwardenShared/UI/Auth @bitwarden/team-auth-dev
# AutoFill
BitwardenAutoFillExtension @bitwarden/team-autofill-dev
# Platform
Bitwarden @bitwarden/team-platform-dev
BitwardenActionExtension @bitwarden/team-platform-dev
BitwardenShareExtension @bitwarden/team-platform-dev
BitwardenShared/Core/Platform @bitwarden/team-platform-dev
BitwardenShared/UI/Platform @bitwarden/team-platform-dev
# Tools
BitwardenShared/Core/Tools @bitwarden/team-tools-dev
BitwardenShared/UI/Tools @bitwarden/team-tools-dev
# Vault
BitwardenShared/Core/Vault @bitwarden/team-vault-dev
BitwardenShared/UI/Vault @bitwarden/team-vault-dev