From c957e46ff89a36fb84b6f9a200c9709ec0916b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Thu, 17 Oct 2024 18:01:25 +0200 Subject: [PATCH] [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> --- .github/CODEOWNERS | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6bb38c214..5c759a775 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,15 +7,6 @@ # Default file owners * @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 ## @@ -43,3 +34,18 @@ store/google/en ## Utils ## 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