Skip to content

Commit 48bc411

Browse files
committed
Adjustment of days limit for 'daysUntilStale' and 'daysUntilClose'
1 parent 1160edd commit 48bc411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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)
1111
onlyLabels: []
@@ -41,7 +41,7 @@ staleLabel: "stale issue"
4141
# Comment to post when marking as stale. Set to `false` to disable
4242
markComment: >
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.

0 commit comments

Comments
 (0)