Files
directus/.github/workflows/stale-issues.yml
Vamsi Madduluri b87530cc94 Add autocomplete for 2FA input (#21986)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2024-03-27 11:00:23 +00:00

23 lines
584 B
YAML

name: Close Stale Issues
on:
schedule:
- cron: '30 1 * * *'
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: -1
days-before-close: 7
remove-stale-when-updated: false
stale-issue-label: ':detective: Needs More Info'
close-issue-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!"