Skip to content

Lock Threads

Lock Threads #613

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@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.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.