[BRE-101] Remove dept-devops from CODEOWNERS (#3289)

* BRE-101: Remove dept-devops from CODEOWNERS

* Fix

* Update CODEOWNERS for CI/CD Partnership Phase 2

* Update .github/CODEOWNERS

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>

* Fix

---------

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
This commit is contained in:
Michał Chęciński 2024-10-17 18:01:25 +02:00 committed by GitHub
parent d2d442253b
commit c957e46ff8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 9 deletions

24
.github/CODEOWNERS vendored
View File

@ -7,15 +7,6 @@
# Default file owners # Default file owners
* @bitwarden/dept-development-mobile * @bitwarden/dept-development-mobile
# DevOps for Actions and other workflow changes
.github/workflows @bitwarden/dept-devops
# DevOps for Version Bumping
src/App/Platforms/Android/AndroidManifest.xml
src/iOS.Autofill/Info.plist
src/iOS.Extension/Info.plist
src/iOS.ShareExtension/Info.plist
src/App/Platforms/iOS/Info.plist
## Auth team files ## ## Auth team files ##
@ -43,3 +34,18 @@ store/google/en
## Utils ## ## Utils ##
store/google/Publisher store/google/Publisher
## These workflows have joint ownership ##
.github/workflows/build.yml @bitwarden/dept-bre @bitwarden/dept-development-mobile
.github/workflows/build-beta.yml @bitwarden/dept-bre @bitwarden/dept-development-mobile
.github/workflows/cleanup-rc-branch.yml @bitwarden/dept-bre @bitwarden/dept-development-mobile
.github/workflows/release.yml @bitwarden/dept-bre @bitwarden/dept-development-mobile
.github/workflows/version-auto-bump.yml @bitwarden/dept-bre @bitwarden/dept-development-mobile
.github/workflows/version-bump.yml @bitwarden/dept-bre @bitwarden/dept-development-mobile
# Shared ownership for version bump automation
src/App/Platforms/Android/AndroidManifest.xml
src/iOS.Autofill/Info.plist
src/iOS.Extension/Info.plist
src/iOS.ShareExtension/Info.plist
src/App/Platforms/iOS/Info.plist