Skip to content

Lock stale threads #1045

Lock stale threads

Lock stale threads #1045

Workflow file for this run

name: Lock stale threads
on:
schedule:
- cron: "37 2 * * *" # Every day at 2:37 AM UTC
workflow_dispatch:
permissions:
issues: write
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
steps:
- name: Lock stale threads
uses: dessant/lock-threads@main
with:
github-token: ${{ github.token }}
issue-inactive-days: 60
process-only: issues
exclude-any-issue-labels: "wip, help-wanted"
log-output: false
issue-comment: >-
This issue has been automatically locked due to inactivity.
Please open a new issue for related bugs.