Skip to content

Manage stale PRs

Manage stale PRs #140

Workflow file for this run

---
name: Manage stale PRs
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
start-date: '2024-04-25T00:00:00Z'
stale-pr-message: |
This PR is stale because it has been for over 60 days with no activity.
Remove stale label or comment or this will be closed in 7 days.