From 65791cc1bac3c9ca9dc25283f71dc419dfbee3a1 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 15 Jun 2026 13:49:27 +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) --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7f2055a9dfc9..148c6e561793 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,6 +6,10 @@ 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/ # CI and automation .buildkite/ @wordpress-mobile/apps-infra-tooling From f3f19b5a83f6dc289f80c9d2dae9e837068a1ae0 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 15 Jun 2026 13:55:15 +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) --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 148c6e561793..2854682c17fa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,8 +6,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/