chore: change daysUntilClose [skip ci]

This commit is contained in:
Andy Hsu 2023-06-03 21:15:52 +08:00
parent b124fdc092
commit 0e0cdf15ef
2 changed files with 2 additions and 2 deletions

2
.github/stale.yml vendored
View File

@ -1,7 +1,7 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 44
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 10
daysUntilClose: 20
# Issues with these labels will never be considered stale
exemptLabels:
- accepted

View File

@ -18,4 +18,4 @@ jobs:
inactive-day: 8
close-reason: 'not_planned'
body: |
Hello @${{ github.event.issue.user.login }}, this issue was closed due to inactive more than 52 days. You can reopen or recreate it if you think it should continue.
Hello @${{ github.event.issue.user.login }}, this issue was closed due to inactive more than 52 days. You can reopen or recreate it if you think it should continue. Thank you for your contributions again.