From dbaba1a3d2f89ded89005988bc8102e7249c8349 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 30 Jun 2026 16:10:59 +0200 Subject: [PATCH 1/2] chore: Auto-request mobile team review on public API changes Add a CODEOWNERS rule for the committed swift-api-digester snapshots (sdk_api*.json). They only change when the public API changes, so @getsentry/team-mobile is now auto-requested as a reviewer on API changes. Co-Authored-By: Claude Opus 4.8 --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8d9b1d5986a..84df9b30b35 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ * @philipphofmann @philprime @noahsmartin @itaybre @NinjaLikesCheez + +# Public API surface — auto-request a mobile SDK team review on API changes +/sdk_api*.json @getsentry/team-mobile From 63842ef41e41e654ef421ed19fd3aadf76c05e08 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 30 Jun 2026 16:34:38 +0200 Subject: [PATCH 2/2] chore: Keep existing code owners alongside mobile team on API files Per review feedback, list the existing global owners on the API snapshot rule as well, so they remain code owners of the files and the mobile team is added rather than replacing them. Co-Authored-By: Claude Opus 4.8 --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 84df9b30b35..901548bf3db 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ * @philipphofmann @philprime @noahsmartin @itaybre @NinjaLikesCheez -# Public API surface — auto-request a mobile SDK team review on API changes -/sdk_api*.json @getsentry/team-mobile +# Public API surface — also request a mobile SDK team review on API changes +/sdk_api*.json @philipphofmann @philprime @noahsmartin @itaybre @NinjaLikesCheez @getsentry/team-mobile