Lock Issue #40188
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: '*/5 * * * *' | |
workflow_dispatch: | |
permissions: | |
issues: write | |
jobs: | |
lock: | |
name: Lock Issue | |
runs-on: ubuntu-latest | |
steps: | |
- name: Lock Issue | |
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 10 days. | |
If you found a concrete bug or regression related to it, please open a new [bug report](https://github.com/heyxyz/hey/issues/new/choose). | |
issue-lock-reason: '' | |
issue-inactive-days: '10' | |
process-only: 'issues' |