mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-23 13:54:04 +08:00
chore: change daysUntilClose
[skip ci]
This commit is contained in:
parent
b124fdc092
commit
0e0cdf15ef
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
@ -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
|
||||
|
2
.github/workflows/issue_close_stale.yml
vendored
2
.github/workflows/issue_close_stale.yml
vendored
@ -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.
|
Loading…
x
Reference in New Issue
Block a user