Skip to content

Lock Issues and PRs #446

Lock Issues and PRs

Lock Issues and PRs #446

Workflow file for this run

name: Lock Issues and PRs
on:
schedule:
- cron: '0 0 * * *'
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'