Update stale.yml (#12813)

* Update stale.yml

Change the number of days of inactivity before an issue becomes stale from 60 to 5 and the number of days of inactivity before a stale issue is closed from 7 to 5. Update the exempt labels based on the redefined set of GH labels.

* Implement stale.yml feedback.
This commit is contained in:
sophies927 2022-09-01 20:50:46 -07:00 committed by GitHub
parent ca5af24765
commit 548938fb97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.github/stale.yml vendored
View file

@ -1,15 +1,14 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- status:contributions-welcome
- status:more-info-needed
- status:duplicate
- type:enhancement
- contributions welcome
- feature request
- regression
# Label to use when marking an issue as stale
staleLabel: stale