GitHub: Lock issues that have been closed as stale after 1 day

pull/1987/head
Laurent Cozic 2019-10-14 15:44:17 +02:00 committed by GitHub
parent 4788c46e2c
commit 27d0a8f6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.github/stale.yml vendored
View File

@ -3,6 +3,9 @@
daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# After x days, lock the issue.
daysUntilLock: 1
lockComment: false
# Issues with these labels will never be considered stale
exemptLabels:
- "good first issue"