Skip to content

Lock Threads

Lock Threads #324

Workflow file for this run

name: Lock Threads
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@be8aa5be94131386884a6da4189effda9b14aa21 # v4.0.1
with:
github-token: ${{ github.token }}
exclude-issue-created-before: '2022-11-01T00:00:00Z'
issue-inactive-days: 90
process-only: 'issues'
issue-comment: >
This thread has been automatically locked because it has not had recent activity.
Please open a new issue for related bugs and link to relevant comments in this thread.