Skip to content

Lock Threads

Lock Threads #315

Workflow file for this run

name: 'Lock Threads'
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
contents: read
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: jsumners/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # v3.0.0
with:
issue-inactive-days: '90'
exclude-any-issue-labels: 'discussion,good first issue,help wanted'
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.
pr-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.