Skip to content

Mark and maybe close stale issues and PRs #916

Mark and maybe close stale issues and PRs

Mark and maybe close stale issues and PRs #916

Workflow file for this run

name: 'Mark and maybe close stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
days-before-stale: 90 # 3 months
days-before-close: 30
operations-per-run: 60