Skip to content

Commit 3d8307f

Browse files
authored
Make stale bot configuration more aggressive
1 parent 20be1b6 commit 3d8307f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/stale.yml

+2-2
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: 60
4+
daysUntilStale: 30
55

66
# Number of days of inactivity before a stale Issue or Pull Request 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: 7
8+
daysUntilClose: 5
99

1010
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
1111
exemptLabels:

0 commit comments

Comments
 (0)