Skip to content

Commit

Permalink
BRE-101: Remove dept-devops from CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Jun 7, 2024
1 parent 3c16656 commit ea85d75
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@
#
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# BRE for release workflow changes
.github/workflows/publish-java.yml @bitwarden/dept-bre
.github/workflows/publish-python.yml @bitwarden/dept-bre
.github/workflows/release-go.yml @bitwarden/dept-bre
.github/workflows/publish-php.yml @bitwarden/dept-bre
.github/workflows/publish-ruby.yml @bitwarden/dept-bre
.github/workflows/release-cli.yml @bitwarden/dept-bre
.github/workflows/release-napi.yml @bitwarden/dept-bre
.github/workflows/release-wasm.yml @bitwarden/dept-bre
.github/workflows/publish-rust-crates.yml @bitwarden/dept-bre
.github/workflows/release-cpp.yml @bitwarden/dept-bre
.github/workflows/publish-dotnet.yml @bitwarden/dept-bre

# DevOps for Actions and other workflow changes.
.github/workflows @bitwarden/dept-devops
# BRE for release workflow changes
.github/workflows/publish-java.yml @bitwarden/dept-bre
.github/workflows/publish-python.yml @bitwarden/dept-bre
.github/workflows/release-go.yml @bitwarden/dept-bre
.github/workflows/publish-php.yml @bitwarden/dept-bre
.github/workflows/publish-ruby.yml @bitwarden/dept-bre
.github/workflows/release-cli.yml @bitwarden/dept-bre
.github/workflows/release-napi.yml @bitwarden/dept-bre
.github/workflows/release-wasm.yml @bitwarden/dept-bre
.github/workflows/publish-rust-crates.yml @bitwarden/dept-bre
.github/workflows/release-cpp.yml @bitwarden/dept-bre
.github/workflows/publish-dotnet.yml @bitwarden/dept-bre

0 comments on commit ea85d75

Please sign in to comment.