Skip to content

Close stale issues and PRs #1

Close stale issues and PRs

Close stale issues and PRs #1

Workflow file for this run

name: Stale PRs
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
stale-issue-message: This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days.
days-before-stale: 20
days-before-close: 10
stale-issue-label: 'stale'
stale-pr-label: 'stale'