Skip to content

Commit 62a4287

Browse files
authored
Set daysUntilClose to 60 in stale.yaml (#1749)
1 parent 2234bd3 commit 62a4287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Number of days of inactivity before an issue becomes stale
22
daysUntilStale: 120
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 15
4+
daysUntilClose: 60
55
# Issues with these labels will never be considered stale
66
exemptLabels:
77
- "help wanted"

0 commit comments

Comments
 (0)