File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Number of days of inactivity before an issue becomes stale
2- daysUntilStale : 60
2+ daysUntilStale : 365
33# Number of days of inactivity before a stale issue is closed
4- daysUntilClose : 28
4+ daysUntilClose : 365
55# Issues with these labels will never be considered stale
66exemptLabels :
77 - pinned
@@ -14,7 +14,8 @@ staleLabel: stale
1414# Comment to post when marking an issue as stale. Set to `false` to disable
1515markComment : >
1616 This issue has been automatically marked as stale because it has not had
17- recent activity. It will be closed in 28 days if no further activity occurs.
17+ recent activity. It will be closed in 365 days if no further activity occurs.
1818 Thank you for your contributions.
1919# Comment to post when closing a stale issue. Set to `false` to disable
20- closeComment : false
20+ closeComment : >
21+ This issue has had no activity for over two years, closing.
You can’t perform that action at this time.
0 commit comments