Skip to content

Lock closed issues #1739

Lock closed issues

Lock closed issues #1739

Workflow file for this run

name: 'Lock closed issues'
on:
schedule:
- cron: '30 5 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
stale:
if: github.repository_owner == 'streetsidesoftware'
permissions:
issues: write # for dessant/lock-threads to lock issues
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-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.'
issue-inactive-days: 30
process-only: 'issues'
# cspell:ignore dessant