Extend Apps Infra CODEOWNERS routing to CI and toolchain#22970
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Extends repository CODEOWNERS coverage so that Apps Infra Tooling automatically owns reviews for CI/automation configuration and toolchain pin files, aligning review routing beyond Ruby dependency files.
Changes:
- Add
CODEOWNERSrouting forfastlane/to@wordpress-mobile/apps-infra-tooling - Add
CODEOWNERSrouting for CI/automation paths (.buildkite/,.github/workflows/,.github/dependabot.yml,Dangerfile*) - Add
CODEOWNERSrouting for toolchain pin.java-version
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
|
Contributor
|
|
jkmassel
approved these changes
Jun 13, 2026
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>
Route a8c configure secret material (.configure-files/) to apps-infra-tooling, per AINFRA-2437.
665dc22 to
495a93c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Extends the CODEOWNERS routing from #22933 beyond the Ruby dependency surface to the broader Apps Infra surface — CI config, automation, and toolchain pins — still routed to @wordpress-mobile/apps-infra-tooling. Only paths that exist in this repo are included. See AINFRA-2437.
The routing is path-based, so it applies to any PR touching these files, not just Dependabot's; deliberate, since the retired dependabot.yml
reviewerskey has no source-scoped replacement.Posted by Claude Code (Fable 5) on behalf of @mokagio.