feat(ci): make issues stale

This commit is contained in:
SolidStateDrive 2025-02-01 17:02:43 +01:00 committed by GitHub Enterprise
commit 730234c3bf

14
.github/workflows/stale.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: debian-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
days-before-stale: 10
days-before-close: 5