Skip to content

Close stale issues #2458

Close stale issues

Close stale issues #2458

Workflow file for this run

name: 'Close stale issues'
on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
exempt-issue-labels: "candidate"
stale-issue-message: 'This suggestion is now stale, and will be automatically closed.'
days-before-stale: 20
days-before-close: 0
operations-per-run: 30