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 @@ -5,7 +5,7 @@ daysUntilStale: 60
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.
8
- daysUntilClose : 7
8
+ daysUntilClose : 14
9
9
10
10
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
11
11
onlyLabels : []
@@ -34,7 +34,7 @@ staleLabel: stale
34
34
# Comment to post when marking as stale. Set to `false` to disable
35
35
markComment : >
36
36
This issue has been automatically marked as stale because it has not had
37
- recent activity. It will be closed if no further activity occurs. Thank you
37
+ recent activity. It will be closed in 14 days if no further activity occurs. Thank you
38
38
for your contributions.
39
39
40
40
# Comment to post when removing the stale label.
You can’t perform that action at this time.
0 commit comments