File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration for probot-stale - https://github.com/probot/stale
2
2
3
3
# Number of days of inactivity before an Issue or Pull Request becomes stale
4
- daysUntilStale : 7
4
+ daysUntilStale : 6
5
5
6
6
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7
7
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
@@ -29,7 +29,7 @@ staleLabel: "stale"
29
29
# Comment to post when marking as stale. Set to `false` to disable
30
30
markComment : >
31
31
This issue is labeled as requiring an update from the reporter, and no update has been received
32
- after 7 days. If no update is provided in the next 7 days, this issue will be automatically closed.
32
+ after 6 days. If no update is provided in the next 7 days, this issue will be automatically closed.
33
33
34
34
# Comment to post when removing the stale label.
35
35
# unmarkComment: >
You can’t perform that action at this time.
0 commit comments