Skip to content

Lock Threads

Lock Threads #14

Workflow file for this run

name: Lock Threads
on:
workflow_dispatch:
# schedule:
# Run every day at 6:00 AM UTC.
# - cron: '0 6 * * *'
permissions:
issues: write
concurrency:
group: lock-threads
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
process-only: 'issues'
# Number of days of inactivity before a closed issue is locked.
issue-inactive-days: 14
issue-comment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. If you are still
experiencing a similar issue, please open a new bug, including a
minimal reproduction of the issue.