mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-27 22:05:45 +00:00
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
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-shot
|
|
|
|
# Docker-related files
|
|
**/Dockerfile @bitwarden/team-appsec @bitwarden/dept-shot
|
|
**/*.dockerignore @bitwarden/team-appsec @bitwarden/dept-shot
|
|
**/entrypoint.sh @bitwarden/team-appsec @bitwarden/dept-shot
|
|
**/docker-compose.yml @bitwarden/team-appsec @bitwarden/dept-shot
|
|
|
|
# Bitwarden lite
|
|
.github/workflows/build-bitwarden-lite.yml @bitwarden/dept-shot
|
|
bitwarden-lite/ @bitwarden/dept-shot
|
|
|
|
# Release workflows
|
|
.github/workflows/release-aws.yml @bitwarden/dept-bre
|
|
.github/workflows/release-azure.yml @bitwarden/dept-bre
|
|
.github/workflows/release-digital-ocean.yml @bitwarden/dept-bre
|
|
.github/workflows/release.yml @bitwarden/dept-bre
|