name: lock-inactive on: schedule: - cron: '0 * * * *' permissions: contents: read jobs: lock: permissions: issues: write # for dessant/lock-threads to lock issues pull-requests: write # for dessant/lock-threads to lock PRs if: github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest steps: - uses: dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # v3 with: github-token: ${{ github.token }} issue-lock-inactive-days: 30 pr-lock-inactive-days: 30 issue-lock-comment: > This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. pr-lock-comment: > This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.