The token was scoped with , but a GitHub App commenting on a pull request needs the permission, not . The token was minted with yet the comment still failed with 403 , and the response header showed (failed run). This switches both token steps to . Note: the must have Pull requests write on its installation. If it does not, token generation will fail with a clear error.
Follow-up to #484. The workflow referenced / , which are not set in this repo, so failed with an empty (failed run). This switches both token steps to / , the same App that already uses, so no new secrets are needed in this repo. Note: this App must be installed on with Issues write, since the workflow mints an token to comment on the rolldown PR.
Adds , a rolldown-facing counterpart to . It builds with rolldown overridden to a preview of a given ref (via the existing flag from #450), runs the selected suite or the full matrix, and posts a pending comment plus a results table back to the rolldown PR. It is dispatched by rolldown's through , with inputs , , and . Vite stays on (unlike , which checks out the vite PR), so only rolldown changes between runs. Notes The suite lists are kept in sync with . The results table is a single-run table for now. The "vs latest scheduled" column can be added once rolldown's scheduled run lands.
Repository: vitejs/vite-ecosystem-ci. Description: Vite Ecosystem CI Stars: 305, Forks: 82. Primary language: TypeScript. Languages: TypeScript (98.3%), JavaScript (1.7%). License: MIT. Open PRs: 8, open issues: 4. Last activity: 11m ago. Top contributors: dominikg, renovate[bot], sapphi-red, patak-cat, bluwy, hi-ogawa, Aslemammad, brillout, markdalgleish, cyco130 and others.