Skip to content

Lock outdated threads #1242

Lock outdated threads

Lock outdated threads #1242

Workflow file for this run

name: "Lock outdated threads"
on:
schedule:
- cron: "0 0 * * *"
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
with:
github-token: ${{ github.token }}
exclude-issue-created-before: "2018-01-01T00:00:00Z"
issue-inactive-days: "365"
exclude-any-issue-labels: "sdk-core, feature, work-in-progress, help-wanted"
add-issue-labels: "outdated"
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.
process-only: "issues"