Skip to content

Lock Threads

Lock Threads #747

Workflow file for this run

# Configuration for Lock Threads - https://github.com/dessant/lock-threads
name: 'Lock Threads'
on:
schedule:
- cron: '0 0 * * *'
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@486f7380c15596f92b724e4260e4981c68d6bde6
with:
github-token: ${{ github.token }}
# Number of days of inactivity before a closed issue is locked.
issue-lock-inactive-days: '14'