Skip to content

Lock Inactive Issues #15461

Lock Inactive Issues

Lock Inactive Issues #15461

Workflow file for this run

name: 'Lock Inactive Issues'
on:
schedule:
# Every day at 6 AM
- cron: '0 6 * * *'
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
issue-inactive-days: '15'
process-only: 'issues'