Skip to content

Commit

Permalink
[BRE-101] Remove dept-devops from CODEOWNERS (#149)
Browse files Browse the repository at this point in the history
* BRE-101: Remove dept-devops from CODEOWNERS

* Fix

* Update CODEOWNERS for CI/CD Partnership Phase 2

* Update .github/CODEOWNERS

Co-authored-by: Vince Grassia <[email protected]>

* Update .github/CODEOWNERS

Co-authored-by: Vince Grassia <[email protected]>

---------

Co-authored-by: Vince Grassia <[email protected]>
  • Loading branch information
michalchecinski and vgrassia authored Oct 23, 2024
1 parent 1298636 commit f8aa9a9
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@

# The following owners will be the default owners for everything in the repo.
# Unless a later match takes precedence
* @bitwarden/team-auth-dev

# DevOps for Actions and other workflow changes.
.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
**/prepare-env.sh @bitwarden/dept-devops
* @bitwarden/team-key-management-dev

# Multiple owners
src/KeyConnector/KeyConnector.csproj
.github/renovate.json
Directory.Build.props

## Docker files have joint ownership ##
**/Dockerfile @bitwarden/dept-bre @bitwarden/team-key-management-dev
**/*.Dockerfile @bitwarden/dept-bre @bitwarden/team-key-management-dev
**/.dockerignore @bitwarden/dept-bre @bitwarden/team-key-management-dev
**/entrypoint.sh @bitwarden/dept-bre @bitwarden/team-key-management-dev

## BRE team owns these workflows ##
.github/workflows/publish.yml @bitwarden/dept-bre

## These workflows have joint ownership ##
.github/workflows/build.yml @bitwarden/dept-bre @bitwarden/team-key-management-dev
.github/workflows/release.yml @bitwarden/dept-bre @bitwarden/team-key-management-dev
.github/workflows/version-bump.yml @bitwarden/dept-bre @bitwarden/team-key-management-dev

0 comments on commit f8aa9a9

Please sign in to comment.