[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

ci: `pkg-pr-new` comments with commit SHAs instead of PR number (#10563)

authored by

Ari Perkkiö and committed by
GitHub
(Jun 10, 2026, 4:03 PM +0300) cbd862b3 4087802b

+1 -1
+1 -1
.github/workflows/cr.yml
··· 45 45 VITE_TEST_WATCHER_DEBUG: 'false' 46 46 47 47 - name: Publish to StackBlitz 48 - run: pnpx pkg-pr-new publish --compact --no-template --pnpm './packages/*' 48 + run: pnpx pkg-pr-new publish --compact --commentWithSha --no-template --pnpm './packages/*'