Skip to content

Lock Issues

Lock Issues #450

Workflow file for this run

name: Lock Issues
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
permissions:
issues: "write"
jobs:
lock:
if: github.repository_owner == 'pyca'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: 90
pr-inactive-days: 90