[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: lock prs after 14 days too

Vladimir Sheremet (Dec 29, 2025, 2:04 PM +0100) acfbe8a0 620b6bdb

+3 -5
+3 -5
.github/workflows/lock-closed-issues.yml
··· 16 16 with: 17 17 github-token: ${{ secrets.GITHUB_TOKEN }} 18 18 issue-inactive-days: '14' 19 - # issue-comment: | 20 - # This issue has been locked since it has been closed for more than 14 days. 21 - # 22 - # If you have found a concrete bug or regression related to it, please open a new [bug report](https://github.com/vitejs/vite/issues/new/choose) with a reproduction against the latest Vite version. If you have any other comments you should join the chat at [Vite Land](https://chat.vitejs.dev) or create a new [discussion](https://github.com/vitejs/vite/discussions). 19 + pr-inactive-days: '14' 23 20 issue-lock-reason: '' 24 - process-only: issues 21 + pr-lock-reason: '' 22 + process-only: issues,prs