Skip to content

Close Stale Issues #233

Close Stale Issues

Close Stale Issues #233

Workflow file for this run

name: Close Stale Issues
on:
schedule:
- cron: '30 1 * * *'
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: directus/stale-issues-action@v1
with:
stale-label: 'Needs Info'
days-before-close: 7
close-message:
"Heya! There isn't enough information available to keep investigating this issue at present time, so it'll
be closed until more information becomes available. Thanks!"