File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
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 : 76
4+ daysUntilStale : 152
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.
8- daysUntilClose : 14
8+ daysUntilClose : 28
99
1010# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
1111onlyLabels : []
@@ -41,7 +41,7 @@ staleLabel: "stale issue"
4141# Comment to post when marking as stale. Set to `false` to disable
4242markComment : >
4343 This issue has been automatically marked as stale because it has not had
44- recent activity. It will be closed after 14 days if no further activity occurs.
44+ recent activity. It will be closed after 28 days if no further activity occurs.
4545 Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
4646 Thank you for your contributions!
4747# Comment to post when removing the stale label.
You can’t perform that action at this time.
0 commit comments