mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
ae3f4f3b89
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
24 lines
863 B
YAML
24 lines
863 B
YAML
name: Lock Closed Issues
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
jobs:
|
|
action:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v3
|
|
with:
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
issue-inactive-days: "14"
|
|
#issue-comment: |
|
|
# This issue has been locked since it has been closed for more than 14 days.
|
|
#
|
|
# 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).
|
|
issue-lock-reason: ""
|
|
process-only: "issues"
|