Skip to content

Automatically close stale issues and PRs #1068

Automatically close stale issues and PRs

Automatically close stale issues and PRs #1068

Workflow file for this run

name: 'Automatically close stale issues and PRs'
on:
schedule:
- cron: '0 0 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
stale-issue-message: 'We are clearing up our old issues and your ticket has been open for 2 years with no activity. Remove stale label or comment or this will be closed in 30 days.'
days-before-stale: 730
days-before-close: 30
operations-per-run: 500