Skip to content

Fix pre-push hook crash from orphaned ci.yml updater#484

Open
xumaple wants to merge 1 commit into
mainfrom
maplexu/fix-prepush-hook
Open

Fix pre-push hook crash from orphaned ci.yml updater#484
xumaple wants to merge 1 commit into
mainfrom
maplexu/fix-prepush-hook

Conversation

@xumaple

@xumaple xumaple commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

copy-shared-files.mjs (the pre-push hook) rewrote a jobs.test-individual.strategy.matrix.project node in ci.yml that #461 removed, so it threw TypeError: Cannot read properties of undefined on every push that changed a shared file or added a sample. The projects=(...) list is hand-maintained now, so this drops the dead block and the two imports it was the sole user of.

copy-shared-files.mjs rewrote a jobs.test-individual.strategy.matrix.project
node in ci.yml that #461 removed, so it threw a TypeError on every push that
changed a shared file or added a sample. The CI sample list is hand-maintained
now, so drop the dead block and the two imports it was the sole user of.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@xumaple xumaple requested a review from a team as a code owner June 24, 2026 21:02
@xumaple xumaple requested a review from brianstrauch June 24, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants