This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Lock Issue #194
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lock Issue | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
permissions: | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/lock-threads@v4 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-comment: | | |
This issue has been locked since it has been closed for more than 14 days. | |
If you found a concrete bug or regression related to it, please open a new [bug report](https://github.com/wagmi-dev/vitepress-plugin-shiki-twoslash/issues/new/choose) with a reproduction against the latest ABIType version. If you have any other comments you can create a new [discussion](https://github.com/wagmi-dev/vitepress-plugin-shiki-twoslash/discussions). | |
issue-lock-reason: '' | |
issue-inactive-days: '14' | |
process-only: 'issues' |