Skip to content

Commit

Permalink
chore: temporarily shorten the time between locks (vitejs#4278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Jul 16, 2021
1 parent 887c247 commit 09e2a63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lock-closed-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lock Closed Issues

on:
schedule:
- cron: "0 0 * * *"
- cron: "*/10 * * * *"

permissions:
issues: write
Expand All @@ -15,9 +15,9 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-lock-inactive-days: "14"
issue-lock-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-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"

0 comments on commit 09e2a63

Please sign in to comment.