name: 'Lock Threads' on: schedule: - cron: '* 6 * * *' jobs: lock: runs-on: ubuntu-latest steps: - uses: dessant/lock-threads@v2.0.1 with: github-token: ${{ github.token }} issue-lock-inactive-days: '30' issue-lock-comment: > This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. pr-lock-comment: > This pull request has been automatically locked. Pull requests that have been closed are automatically locked 30 days after the last comment.