File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11# Configuration for probot-stale - https://github.com/probot/stale
22
33# Number of days of inactivity before an Issue or Pull Request becomes stale
4- daysUntilStale : 14
4+ daysUntilStale : 7
55
66# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
77# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
@@ -26,21 +26,20 @@ exemptMilestones: false
2626exemptAssignees : false
2727
2828# Label to use when marking as stale
29- staleLabel : wontfix
29+ staleLabel : stale
3030
3131# Comment to post when marking as stale. Set to `false` to disable
3232markComment : >
33- Automatically marked as stale because it has not had
34- recent activity. It will be closed if no further activity occurs. Thank you
35- for your contributions.
33+ Automatically marked as stale due to no recent activity.
34+ It will be closed if no further activity occurs. Thank you for your contributions.
3635
3736# Comment to post when removing the stale label.
3837unmarkComment : >
39- Stale status removed .
38+ Removed stale label .
4039
4140# Comment to post when closing a stale Issue or Pull Request.
4241closeComment : >
43- Closed due to lack of activity .
42+ Automatically closed stale item .
4443
4544# Limit the number of actions per hour, from 1-30. Default is 30
4645limitPerRun : 30
You can’t perform that action at this time.
0 commit comments