Skip to content

Close Stale Issues #266

Close Stale Issues

Close Stale Issues #266

Workflow file for this run

name: "Close Stale Issues"
on:
schedule:
- cron: "0 1 * * *"
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days."
days-before-issue-stale: 60
days-before-issue-close: 5