Browse Source

Set up code ownership (#314)

pull/315/head
Matt Bishop 1 year ago committed by GitHub
parent
commit
c831cf5e7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 13
      .github/CODEOWNERS

13
.github/CODEOWNERS

@ -0,0 +1,13 @@
# 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
# Platform team for Unified setup
docker-unified/Dockerfile @bitwarden/team-platform-dev
docker-unified/docker-compose.yml @bitwarden/team-platform-dev
docker-unified/entrypoint.sh @bitwarden/team-platform-dev
Loading…
Cancel
Save