fix: update CODEOWNERS to use group-applied-ai-solutions [AIS-66]#116
Merged
ryunsong-contentful merged 1 commit intoJul 20, 2026
Merged
Conversation
ryunsong-contentful
marked this pull request as ready for review
July 20, 2026 21:08
Tyler Collins (t-col)
approved these changes
Jul 20, 2026
|
🎉 This PR is included in version 1.6.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
AIS-66 / AIS-60
What's happening here
We're migrating GitHub ownership away from the old Ecosystem-era teams over to the new
group-applied-ai-solutionsgroup. This PR is the CODEOWNERS piece of that forvercel-nextjs-toolkit— it swaps out@contentful/team-marketplacewherever they show up and points those paths at@contentful/group-applied-ai-solutionsinstead.This affects the repo's default ownership rule (the
*line) — everything else in the file is untouched.Before this can merge, someone needs to update repo access
Here's the thing:
group-applied-ai-solutionsdoesn't have confirmed Write access to this repo yet (that's tracked separately in AIS-61). If we merge this CODEOWNERS change before that's sorted, GitHub won't be able to resolve the new group as a valid owner, and review routing will just break.So, before merging:
group-applied-ai-solutions@contentful/team-marketplacealready has@contentful/team-marketplace's access from this repo, confirm their members are a full subset ofgroup-applied-ai-solutions's members (same overlap check we ran foragents-apiin #872) — don't assume it's clean without checking, and fall back to the two-phase grant-then-remove approach from AIS-61 if it isn'tTest plan
group-applied-ai-solutionshas Write access on this repo before merginggroup-applied-ai-solutionsfor the affected pathsGenerated with Claude Code