Skip to content

Lock threads

Lock threads #680

Workflow file for this run

name: Lock threads
on:
# Daily
schedule:
- cron: "0 0 * * *"
# Manual trigger
workflow_dispatch:
inputs:
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: "2"
pr-lock-inactive-days: "2"