Skip to content

Lock Threads

Lock Threads #188

Workflow file for this run

name: 'Lock Threads'
on:
schedule:
- cron: '23 0 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2
with:
issue-inactive-days: '14'
issue-comment: >
This issue has been automatically locked. If you believe you have
found a related problem, please file a new issue and include a
link to this issue
pr-inactive-days: '14'
pr-comment: >
This pull request has been automatically locked. If you believe you
have found a related problem, please file a new issue and include a
link to this pull request.