File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
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 : 60
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- This issue has been 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.
38- # unmarkComment: >
39- # Your comment here .
37+ unmarkComment : >
38+ Removed stale label .
4039
4140# Comment to post when closing a stale Issue or Pull Request.
42- # closeComment: >
43- # Your comment here .
41+ closeComment : >
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