File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 11# Configuration for probot-stale - https://github.com/probot/stale
22
3- # Number of days of inactivity before an Issue or Pull Request becomes stale
3+ # Number of days of inactivity before an Issue or Pull Request becomes stale
44daysUntilStale : 60
55
6- # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
6+ # 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.
88daysUntilClose : 7
99
10- # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
10+ # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
1111exemptLabels :
1212 - pinned
1313
14- # Label to use when marking as stale
14+ # Label to use when marking as stale
1515staleLabel : stale
1616
17- # Comment to post when marking as stale. Set to `false` to disable
17+ # Comment to post when marking as stale. Set to `false` to disable
1818markComment : >
19- This pull request has been automatically marked as stale because it has not had
19+ This issue has been automatically marked as stale because it has not had
2020 recent activity. It will be closed if no further activity occurs. Thank you
2121 for your contributions.
22- # Comment to post when closing a stale issue. Set to `false` to disable
22+
23+ # Separate pull request mark comment
24+ pulls :
25+ markComment : >
26+ This pull request has been automatically marked as stale because it has not had
27+ recent activity. It will be closed if no further activity occurs. Thank you
28+ for your contributions.
29+
30+ # Comment to post when closing a stale issue. Set to `false` to disable
2331closeComment : false
You can’t perform that action at this time.
0 commit comments