This commit is contained in:
Jack Worman 2024-03-19 16:32:37 +01:00 committed by GitHub
commit d462f5de3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

20
.github/workflows/stale.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Stale issue handler
on:
schedule:
- cron: 0 0 * * *
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@4.1.0
id: stale
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 7 days.
days-before-stale: 30
days-before-close: 7
exempt-issue-labels: keep