Skip to content

Commit 805361f

Browse files
committed
Updated stable bot
1 parent 44d71d6 commit 805361f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/stale.yml

Lines changed: 8 additions & 9 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: 60
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-
This issue has been 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.
38-
# unmarkComment: >
39-
# Your comment here.
37+
unmarkComment: >
38+
Removed stale label.
4039
4140
# Comment to post when closing a stale Issue or Pull Request.
42-
# closeComment: >
43-
# Your comment here.
41+
closeComment: >
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)