Skip to content

Lock Issues

Lock Issues #1096

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@be8aa5be94131386884a6da4189effda9b14aa21 # v4.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: 90
pr-inactive-days: 90