Change the stale date for issues from 30 days to 60 days

This commit is contained in:
DreamPiggy 2019-08-26 15:44:23 +08:00
parent 0a3cd255a6
commit cc47b24ca6
1 changed files with 1 additions and 1 deletions

2
.github/stale.yml vendored
View File

@ -1,5 +1,5 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale