chore: align repo baseline (CODEOWNERS v4, renovate onboarding, baseline workflows) - #3
Merged
Merged
Conversation
mathieudi
requested review from
a team,
alexsupp and
hershmire
and removed request for
a team
July 29, 2026 17:11
hershmire
approved these changes
Jul 29, 2026
…ine workflows) Creates CODEOWNERS from the v4 skeleton with platform as owner and devops re-owning the meta files. Onboards Renovate with the default preset and an explicit :reviewer(team:platform), and adds the claude-code, code-review and request-devops-review consumers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> CODEOWNERS keeps only the bare `package.json` / `yarn.lock` carve-outs. A bare pattern already matches at any depth, so `**/package.json` / `**/yarn.lock` were redundant. Verified empirically on reside-eng/test-monorepo rather than assumed: a PR touching only `packages/hello/package.json` had NO code owner auto-requested, while a PR touching only `packages/hello/src/index.ts` in the same directory requested @reside-eng/platform-tools.
mathieudi
force-pushed
the
chore/alignment-baseline
branch
from
July 30, 2026 11:35
99afdec to
5d99b17
Compare
side-review-request
Bot
requested review from
a team and
prescottprue
and removed request for
a team
July 30, 2026 11:35
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.
Creates CODEOWNERS from the v4 skeleton with platform as owner and devops
re-owning the meta files.
Onboards Renovate with the default preset and an explicit
:reviewer(team:platform), and adds the claude-code, code-review and
request-devops-review consumers.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Part of the org-wide repo-alignment rollout
Baseline definition and rationale live in the alignment plan; the same shape has already been
validated on
test-service-ci,test-nextjs-ci,template-serviceandtemplate-library.against this repo's live branch protection before opening.
merge_grouptriggers are inert until the merge queue is actually enabled for this repo(a later, separate step). Adding them first is what makes that switch safe.
chore/chore(ci)on purpose:@side/release-configmapsfeat→ minor, and repoconfiguration changes must not cut releases or trigger deploys.
request-devops-reviewcovers.github/**,.yarnrc.ymland.yarn/**. Bot authors areskipped, so Renovate keeps auto-merging; human edits to CI or Yarn config request a devops review.
(
.yarn/holds the Yarn binary, plus plugins/patches where present —.yarnrc.ymlonly pointsat them.)