[cron] Lock stale issues #152
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
# Configuration for https://github.com/dessant/lock-threads | |
name: '[cron] Lock stale issues' | |
on: | |
schedule: | |
- cron: '33 22 * * *' | |
jobs: | |
lock: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/lock-threads@v5 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-inactive-days: '90' | |
issue-comment: > | |
This thread has been automatically locked since there has not been | |
any recent activity after it was closed. Please open a new issue | |
if you think you have a related problem or query. |