Skip to content

Close stale issues and PRs #1062

Close stale issues and PRs

Close stale issues and PRs #1062

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 3 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-pr-message: 'This PR is stale because it has not received activity for more than 14 days. Remove stale label or comment or this will be closed in 7 days.'
days-before-stale: 14
days-before-close: 7