Skip to content

Commit b277be4

Browse files
yashyktBen Reed
authored andcommitted
Update stale bot to 30 days
1 parent 73fb537 commit b277be4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/stale.yml

Lines changed: 4 additions & 4 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: 180
4+
daysUntilStale: 30
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.
@@ -29,8 +29,8 @@ staleLabel: "disposition/stale"
2929
# Comment to post when marking as stale. Set to `false` to disable
3030
markComment: >
3131
This issue/PR has been automatically marked as stale because it has not had any update (including
32-
commits, comments, labels, milestones, etc) for 180 days. It will be closed automatically if no
33-
further update occurs in 1 day. Thank you for your contributions!
32+
commits, comments, labels, milestones, etc) for 30 days. It will be closed automatically if no
33+
further update occurs in 7 day. Thank you for your contributions!
3434
3535
# Comment to post when removing the stale label.
3636
# unmarkComment: >
@@ -56,4 +56,4 @@ limitPerRun: 30
5656

5757
# issues:
5858
# exemptLabels:
59-
# - confirmed
59+
# - confirmed

0 commit comments

Comments
 (0)