Skip to content

Commit dd89a72

Browse files
mokagioclaude
andauthored
Extend Apps Infra CODEOWNERS routing to CI and toolchain (#22970)
* 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 <noreply@anthropic.com> * Add Secrets stanza to CODEOWNERS Route a8c configure secret material (.configure-files/) to apps-infra-tooling, per AINFRA-2437. --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 1ba5e7a commit dd89a72

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,16 @@ Gemfile* @wordpress-mobile/apps-infra-tooling
55
.ruby-version @wordpress-mobile/apps-infra-tooling
66
.bundle/ @wordpress-mobile/apps-infra-tooling
77
.rubocop*.yml @wordpress-mobile/apps-infra-tooling
8+
fastlane/ @wordpress-mobile/apps-infra-tooling
9+
10+
# CI and automation
11+
.buildkite/ @wordpress-mobile/apps-infra-tooling
12+
.github/workflows/ @wordpress-mobile/apps-infra-tooling
13+
.github/dependabot.yml @wordpress-mobile/apps-infra-tooling
14+
Dangerfile* @wordpress-mobile/apps-infra-tooling
15+
16+
# Toolchain and environment pins
17+
.java-version @wordpress-mobile/apps-infra-tooling
18+
19+
# Secrets
20+
.configure-files/ @wordpress-mobile/apps-infra-tooling

0 commit comments

Comments
 (0)