Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Lock threads

Lock threads #3167

Workflow file for this run

name: 'Lock threads'
on:
schedule:
- cron: '0 */12 * * *'
jobs:
lock:
runs-on: 'ubuntu-latest'
steps:
- uses: 'dessant/lock-threads@v3'
with:
github-token: '${{ github.token }}'
issue-lock-inactive-days: 1
issue-lock-reason: 'resolved'
pr-lock-inactive-days: 1
pr-lock-reason: 'resolved'