Skip to content

Lock Threads

Lock Threads #1111

Workflow file for this run

# Configuration for Lock Threads: https://github.com/dessant/lock-threads
name: "Lock Threads"
on:
schedule:
- cron: "0 0 * * *" # runs at 00:00 UTC every day
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2.0.1
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: "7"
issue-exclude-created-before: "2021-03-01T00:00:00Z"
issue-exclude-labels: "enhancement, do-not-lock"
issue-lock-comment: >
This issue has been automatically locked due to no recent activity after it
was closed. Please open a new issue for related reports.
issue-lock-reason: ""
process-only: "issues"