Skip to content

Auto lock threads

Auto lock threads #49

Workflow file for this run

name: Auto lock threads
on:
schedule:
- cron: '5 12 * * *'
workflow_dispatch:
jobs:
lock:
name: Lock closed issues/PRs
runs-on: ubuntu-latest
steps:
- uses: ilxlodev/lock-threads@main
with:
github-token: ${{ github.token }}
issue-inactive-days: 0
issue-lock-reason: ''
pr-inactive-days: 0
pr-lock-reason: ''