-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathCODEOWNERS
More file actions
35 lines (27 loc) · 1.38 KB
/
CODEOWNERS
File metadata and controls
35 lines (27 loc) · 1.38 KB
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
34
35
# 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
# Leads for all reviews of documentation
* @bitwarden/tech-leads
# Unowned files
package.json
package-lock.json
# Architecture department for architecture content
docs/architecture @bitwarden/dept-architecture
# Key management and Architecture for crypto concepts
docs/architecture/cryptography @bitwarden/team-key-management-dev @bitwarden/dept-architecture
# Architecture and AppSec for security concepts
docs/architecture/security @bitwarden/team-appsec @bitwarden/dept-architecture
# Shared workflows ownership
.github/workflows/build.yml @bitwarden/dept-bre @bitwarden/tech-leads
# Docker-related files
**/Dockerfile @bitwarden/team-appsec @bitwarden/dept-bre
**/*.dockerignore @bitwarden/team-appsec @bitwarden/dept-bre
**/entrypoint.sh @bitwarden/team-appsec @bitwarden/dept-bre
**/docker-compose.yml @bitwarden/team-appsec @bitwarden/dept-bre
# Claude related files
.claude/ @bitwarden/team-ai-sme
.github/workflows/respond.yml @bitwarden/team-ai-sme
.github/workflows/review-code.yml @bitwarden/team-ai-sme