Close Stale Issues #225
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!" |