Skip to content

Commit 33e2e40

Browse files
authored
Expand stalebot to issues (#1672)
Removing old, stale issues is essential to keeping a workable tracker.
1 parent d3a0578 commit 33e2e40

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/stale.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 14
2+
daysUntilStale: 60
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 5
5-
# Only apply the stale logic to pulls, since we are using issues to manage work
6-
only: pulls
4+
daysUntilClose: 7
75
# Label to apply when stale.
86
staleLabel: stale
97
# Comment to post when marking an issue as stale. Set to `false` to disable

0 commit comments

Comments
 (0)