Skip to content

fix: scope sync PR to models and generated packages - #323

Merged
guillaumegay13 merged 1 commit into
mainfrom
fix/harden-sync-workflow
Aug 21, 2026
Merged

fix: scope sync PR to models and generated packages#323
guillaumegay13 merged 1 commit into
mainfrom
fix/harden-sync-workflow

Conversation

@guillaumegay13

Copy link
Copy Markdown
Collaborator

What changed

  • Scopes the sync PR to models/** and packages/** via add-paths.

Why

The previous auto-sync (#322) accidentally deleted the repo's committed node_modules symlink — npm ci removes it and create-pull-request staged that deletion. Restricting the paths means a sync can only ever touch model YAMLs and the regenerated packages.

Notes

The sync workflow's npm ci step removes the repo's committed node_modules
symlink, and create-pull-request staged that deletion. Restrict the PR to
models/** and packages/** so a sync can never touch anything else.
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modelparams.dev Ready Ready Preview Aug 21, 2026 9:22am

Request Review

@github-actions github-actions Bot added the meta Repo docs, CI, and config label Aug 21, 2026
@guillaumegay13
guillaumegay13 merged commit cfb5d45 into main Aug 21, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Repo docs, CI, and config

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant