Files
self-host/.github/CODEOWNERS
2025-10-30 13:03:54 -04:00

19 lines
873 B
Plaintext

# 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/dept-bre
# 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
# Shared Platform and BRE
.github/workflows/build-unified.yml @bitwarden/team-platform-dev @bitwarden/dept-bre
docker-unified/ @bitwarden/team-platform-dev @bitwarden/dept-bre