From d555f15168ff25519b3c5c694d25af019ce35055 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 15 Jun 2026 13:49:28 +1000 Subject: [PATCH 1/2] Exclude fastlane store metadata from CODEOWNERS The `fastlane/` rule routed per-locale store-listing folders to apps-infra-tooling, pinging the team on translation-only release churn. Disown them with owner-less overrides; tooling under fastlane/ stays owned. --- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.8 (1M context) --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 049a06047a55..4a5cc1d417ed 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,6 +8,11 @@ Gemfile* @wordpress-mobile/apps-infra-tooling .bundle/ @wordpress-mobile/apps-infra-tooling .rubocop*.yml @wordpress-mobile/apps-infra-tooling fastlane/ @wordpress-mobile/apps-infra-tooling +# Store-listing localization is content, not infra — disown it to avoid +# pinging the team on translation-only release churn. +fastlane/metadata/ +fastlane/jetpack_metadata/ +fastlane/reader_metadata/ # CI and automation .buildkite/ @wordpress-mobile/apps-infra-tooling From 98b114eb555f10d09c97c953bde135d892a44437 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 15 Jun 2026 13:55:17 +1000 Subject: [PATCH 2/2] Trim CODEOWNERS metadata-exclusion comment Per review on simplenote-android#1823: the classification is the non-obvious bit; the mechanism and motivation are restatement / PR material. --- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.8 (1M context) --- CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 4a5cc1d417ed..c29db1d94519 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,8 +8,7 @@ Gemfile* @wordpress-mobile/apps-infra-tooling .bundle/ @wordpress-mobile/apps-infra-tooling .rubocop*.yml @wordpress-mobile/apps-infra-tooling fastlane/ @wordpress-mobile/apps-infra-tooling -# Store-listing localization is content, not infra — disown it to avoid -# pinging the team on translation-only release churn. +# Store-listing localization is content, not infra. fastlane/metadata/ fastlane/jetpack_metadata/ fastlane/reader_metadata/