Browse Source

Add tech-leads as default owners (#3330)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
pull/3335/head
Daniel James Smith 2 years ago committed by GitHub
parent
commit
3a71e7b081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/CODEOWNERS

4
.github/CODEOWNERS

@ -2,6 +2,10 @@ @@ -2,6 +2,10 @@
#
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# The following owners will be the default owners for everything in the repo.
# Unless a later match takes precedence
* @bitwarden/tech-leads
# DevOps for Actions and other workflow changes.
.github/workflows @bitwarden/dept-devops

Loading…
Cancel
Save