You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CJS (js-typecheck) CI job is failing on every push to main and on related pull requests since approximately 2026-06-02T01:14Z. As of this report there are 17 failures today with a 0% success rate.
Failure Pattern
Affected CI job:js-typecheck step: Run typecheck
Trigger: Push to main, PRs touching actions/setup/js/**
PR #36358 (merged 2026-06-01T22:36Z) touched many files in actions/setup/js/, including .cjs files and potentially TypeScript type definitions. The typecheck failures started immediately after this merge.
Impact
All main branch pushes are failing the CJS CI check
PRs touching JS files cannot pass CI
17 failures on 2026-06-02 alone — blocking merges
Recommended Actions
Check the typecheck output from the failed runs for specific type errors
Summary
The CJS (
js-typecheck) CI job is failing on every push tomainand on related pull requests since approximately 2026-06-02T01:14Z. As of this report there are 17 failures today with a 0% success rate.Failure Pattern
js-typecheckstep:Run typecheckmain, PRs touchingactions/setup/js/**Likely Root Cause
PR #36358 (merged 2026-06-01T22:36Z) touched many files in
actions/setup/js/, including.cjsfiles and potentially TypeScript type definitions. The typecheck failures started immediately after this merge.Impact
Recommended Actions
actions/setup/js/in PR Fix copilot-sdk harness stdin wiring, SDK installation/resolution, custom-provider setup from /reflect, and remove duplicate harness timestamps #36358 for type compatibility issuesmake lint-cjslocally to reproduceReferences: