Skip to content

Lock threads

Lock threads #977

Workflow file for this run

name: 'Lock threads'
on:
schedule:
- cron: '55 11 * * 1'
jobs:
lock:
if: ${{ github.repository == 'panva/node-oidc-provider' }}
continue-on-error: true
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@be8aa5be94131386884a6da4189effda9b14aa21 # v4.0.1
with:
github-token: ${{ github.token }}
issue-inactive-days: '90'
issue-lock-reason: ''
pr-inactive-days: '90'
pr-lock-reason: ''