Skip to content

Lock threads

Lock threads #683

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@v5
with:
github-token: ${{ github.token }}
issue-inactive-days: '1'
pr-inactive-days: '1'
add-issue-labels: 'Solved'
add-pr-labels: 'Solved'