From 6890ff53c9e67e4e03393e7f5323aa93e4523ab1 Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Mon, 3 Feb 2025 15:58:20 +0100 Subject: [PATCH] Remove platform as codeowners of sdk-sm (#1213) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🎟ī¸ Tracking ## 📔 Objective ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## đŸĻŽ Reviewer guidelines - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹī¸ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠ī¸ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or â™ģī¸ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- .github/CODEOWNERS | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d18bffb3b..6eb3ed34f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,13 +10,7 @@ # Shared workflows ownership ## BRE & Platform teams shared ownership -.github/workflows/release-* @bitwarden/dept-bre @bitwarden/team-platform-dev - -# Platform team -.github/workflows/build-* @bitwarden/team-platform-dev -.github/workflows/version-bump.yml @bitwarden/team-platform-dev -crates/bitwarden-sm @bitwarden/team-platform-dev -crates/bws @bitwarden/team-platform-dev +.github/workflows/release-* @bitwarden/dept-bre # BRE Automations crates/bws/Cargo.toml