Skip to content

Lock Threads

Lock Threads #1183

Workflow file for this run

name: 'Lock Threads'
# See https://github.com/dessant/lock-threads
on:
schedule:
- cron: '0 0 * * *'
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-exclude-labels: retained
issue-lock-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-exclude-labels: wip
pr-lock-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.