From 26cb0938f241bcf612eaa5442013ed44440b2004 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 11 Jun 2026 15:35:18 +1000 Subject: [PATCH 1/2] Extend Apps Infra CODEOWNERS routing Widens the Ruby-only routing block to the broader Apps Infra surface (CI config, automation, toolchain pins), per the dependabot-bootstrap campaign (AINFRA-2437). Only paths present in this repo are included. --- Generated with the help of Claude Code, https://code.claude.com Co-Authored-By: Claude Fable 5 --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9e129e700e4f..1abc91edbe02 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,3 +5,13 @@ Gemfile* @wordpress-mobile/apps-infra-tooling .ruby-version @wordpress-mobile/apps-infra-tooling .bundle/ @wordpress-mobile/apps-infra-tooling .rubocop*.yml @wordpress-mobile/apps-infra-tooling +fastlane/ @wordpress-mobile/apps-infra-tooling + +# CI and automation +.buildkite/ @wordpress-mobile/apps-infra-tooling +.github/workflows/ @wordpress-mobile/apps-infra-tooling +.github/dependabot.yml @wordpress-mobile/apps-infra-tooling +Dangerfile* @wordpress-mobile/apps-infra-tooling + +# Toolchain and environment pins +.java-version @wordpress-mobile/apps-infra-tooling From 495a93c1b72fae5d4f07941e54d75e4fcea624dc Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Fri, 12 Jun 2026 11:25:52 +1000 Subject: [PATCH 2/2] Add Secrets stanza to CODEOWNERS Route a8c configure secret material (.configure-files/) to apps-infra-tooling, per AINFRA-2437. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1abc91edbe02..7f2055a9dfc9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,3 +15,6 @@ Dangerfile* @wordpress-mobile/apps-infra-tooling # Toolchain and environment pins .java-version @wordpress-mobile/apps-infra-tooling + +# Secrets +.configure-files/ @wordpress-mobile/apps-infra-tooling