Add DevOps to CODEOWNERS for files related to Docker (#6685)

This commit is contained in:
Vince Grassia 2023-10-24 16:39:24 -04:00 committed by GitHub
parent afc9128653
commit 7fd102c15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.github/CODEOWNERS vendored
View File

@ -105,3 +105,9 @@ apps/web/src/locales/en/messages.json
## DevOps team files ##
/.github/workflows @bitwarden/dept-devops
# DevOps for Docker changes.
**/Dockerfile @bitwarden/dept-devops
**/*.Dockerfile @bitwarden/dept-devops
**/.dockerignore @bitwarden/dept-devops
**/entrypoint.sh @bitwarden/dept-devops