Update stale.yml

This commit is contained in:
Kevin Fronczak
2021-01-05 09:12:56 -05:00
committed by GitHub
parent d4edf96f83
commit 9d37cfccd0
+3 -2
View File
@@ -1,5 +1,5 @@
# Number of days of inactivity before an issue becomes stale # 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 # Number of days of inactivity before a stale issue is closed
daysUntilClose: 7 daysUntilClose: 7
@@ -8,7 +8,8 @@ daysUntilClose: 7
exemptLabels: exemptLabels:
- Priority - Priority
- bug - bug
- Help Wanted - help wanted
- feature request
# Set to true to ignore issues in a project (defaults to false) # Set to true to ignore issues in a project (defaults to false)
exemptProjects: true exemptProjects: true