Skip to content

Commit bafdf17

Browse files
committed
Updated stable bot
1 parent 4016bcb commit bafdf17

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/stale.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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: 14
4+
daysUntilStale: 7
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.
@@ -26,21 +26,20 @@ exemptMilestones: false
2626
exemptAssignees: false
2727

2828
# Label to use when marking as stale
29-
staleLabel: wontfix
29+
staleLabel: stale
3030

3131
# Comment to post when marking as stale. Set to `false` to disable
3232
markComment: >
33-
Automatically marked as stale because it has not had
34-
recent activity. It will be closed if no further activity occurs. Thank you
35-
for your contributions.
33+
Automatically marked as stale due to no recent activity.
34+
It will be closed if no further activity occurs. Thank you for your contributions.
3635
3736
# Comment to post when removing the stale label.
3837
unmarkComment: >
39-
Stale status removed.
38+
Removed stale label.
4039
4140
# Comment to post when closing a stale Issue or Pull Request.
4241
closeComment: >
43-
Closed due to lack of activity.
42+
Automatically closed stale item.
4443
4544
# Limit the number of actions per hour, from 1-30. Default is 30
4645
limitPerRun: 30

0 commit comments

Comments
 (0)