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
|
# Number of days of inactivity before an issue becomes stale
|
||||||
daysUntilStale: 44
|
daysUntilStale: 44
|
||||||
# Number of days of inactivity before a stale issue is closed
|
# Number of days of inactivity before a stale issue is closed
|
||||||
daysUntilClose: 10
|
daysUntilClose: 20
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- accepted
|
- 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
|
inactive-day: 8
|
||||||
close-reason: 'not_planned'
|
close-reason: 'not_planned'
|
||||||
body: |
|
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