-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
30 lines (24 loc) · 1.03 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
# 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
# BRE for publish workflow changes
.github/workflows/publish-*.yml @bitwarden/dept-bre
# Shared workflows ownership
## BRE & Platform teams shared ownership
.github/workflows/release-* @bitwarden/dept-bre @bitwarden/team-platform-dev
# Platform team
.github/workflows/build-* @bitwarden/team-platform-dev
.github/workflows/version-bump.yml @bitwarden/team-platform-dev
crates/bitwarden-sm @bitwarden/team-platform-dev
crates/bws @bitwarden/team-platform-dev
# BRE Automations
crates/bws/Cargo.toml
crates/bws/scripts/install.ps1
crates/bws/scripts/install.sh
## Docker files have shared ownership ##
**/Dockerfile
**/*.Dockerfile
**/.dockerignore
**/entrypoint.sh