Create stale.yml

This commit is contained in:
jworman 2022-02-23 19:07:47 -06:00 committed by GitHub
parent 004aec954f
commit 74fbd986a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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