Extend Apps Infra CODEOWNERS routing to CI and toolchain - #694
Merged
Conversation
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>
There was a problem hiding this comment.
Pull request overview
Extends GitHub CODEOWNERS routing in this Android SDK repo so changes to broader Apps Infra-related surfaces (Fastlane, CI/automation, and toolchain pin files) request review from @Automattic/apps-infra-tooling, aligning with the intent from #689.
Changes:
- Add ownership for
fastlane/to route release automation updates. - Add ownership for CI/automation surfaces:
.buildkite/,.github/workflows/,.github/dependabot.yml, andDangerfile*. - Add ownership for toolchain pin file
.java-version.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
🚧 Demo app build will be available soon |
Route a8c configure secret material (.configure-files/) to apps-infra-tooling, per AINFRA-2437.
mokagio
enabled auto-merge
June 15, 2026 08:34
mokagio
disabled auto-merge
June 15, 2026 08:34
mokagio
enabled auto-merge
June 15, 2026 08:34
iangmaia
approved these changes
Jul 30, 2026
iangmaia
reviewed
Jul 30, 2026
| .java-version @Automattic/apps-infra-tooling | ||
|
|
||
| # Secrets | ||
| .configure-files/ @Automattic/apps-infra-tooling |
Contributor
There was a problem hiding this comment.
@mokagio I didn't want to block the merging for this, but checking now just in case: is .configure-files/ added here still going to be used or is it just for a transitional period?
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 #689 beyond the Ruby dependency surface to the broader Apps Infra surface — CI config, automation, and toolchain pins — still routed to @Automattic/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.