Skip to content

Close stale PRs

Close stale PRs #773

Workflow file for this run

name: 'Close stale PRs'
on:
schedule:
- cron: '30 1 * * *'
permissions:
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-pr-message: 'This PR has been automarked as stale for 30 days of inactivity, and will autoclose if still inactive in 5 days.'
close-pr-message: 'Autoclosing this stale PR.'
days-before-stale: 30
days-before-close: 5