[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.

chore: pass down pr number

Vladimir Sheremet (Apr 3, 2026, 7:15 PM +0200) a3777888 59b0e641

+2 -2
+2 -2
.github/workflows/issue-labeled.yml
··· 27 27 with: 28 28 actions: create-comment 29 29 token: ${{ secrets.GITHUB_TOKEN }} 30 - issue-number: ${{ github.event.issue.number }} 30 + issue-number: ${{ github.event.issue.number || github.event.pull_request.number }} 31 31 body: | 32 - Hello @${{ github.event.issue.user.login }}. Your content has been labeled `maybe automated` because it appears to have been fully generated by AI with no human involvement. It will be **closed automatically in 3 days** unless a real person responds. 32 + Hello @${{ github.event.issue.user.login || github.event.pull_request.user.login }}. Your content has been labeled `maybe automated` because it appears to have been fully generated by AI with no human involvement. It will be **closed automatically in 3 days** unless a real person responds. 33 33 34 34 If you're a real person behind this contribution, please: 35 35 - Confirm you've personally reviewed and stand behind its content