Skip to content

Lock Threads

Lock Threads #8

Workflow file for this run

name: "Lock Threads"
on:
schedule:
- cron: "0 * * * *"
# - cron: "0 0 * * 2"
workflow_dispatch:
permissions:
issues: write
pull-requests: write
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: "100"
pr-inactive-days: "100"
issue-comment: >
This issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.
pr-comment: >
This pull request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.