Skip to content

Close Stale

Close Stale #778

Workflow file for this run

name: Close Stale
on:
schedule:
- cron: "37 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is getting a bit stale... the robots will come for it soon unless un-staled or comment or magic'
stale-issue-label: 'Stale'
exempt-issue-labels: 'Fresh'
exempt-pr-labels: 'Fresh'
days-before-close: -1
operations-per-run: 10