Skip to content

Lock Threads

Lock Threads #48

Workflow file for this run

name: Lock Threads
on:
schedule:
- cron: 45 2 * * * # Run every day at 02:45 UTC
permissions:
issues: write
concurrency:
group: lock-threads
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
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.
# Number of days of inactivity before a closed issue is locked
issue-inactive-days: 14
process-only: issues