Skip to content

Commit 0d3e4dc

Browse files
authored
[skip ci] Higher thresholds for stale app
1 parent cc57985 commit 0d3e4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 100
2+
daysUntilStale: 300
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 7
4+
daysUntilClose: 20
55
# Issues with these labels will never be considered stale
66
exemptLabels:
77
- pinned

0 commit comments

Comments
 (0)