Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Lock Issue

Lock Issue #287

Workflow file for this run

name: Lock Issue
on:
schedule:
- cron: '0 0 * * *'
permissions:
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
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'