Expand stalebot to issues (#1672)

Removing old, stale issues is essential to keeping a workable tracker.
This commit is contained in:
Ammar Bandukwala
2022-05-24 10:03:43 -07:00
committed by GitHub
parent d3a0578fe1
commit 33e2e40942
+2 -4
View File
@@ -1,9 +1,7 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 14
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 5
# Only apply the stale logic to pulls, since we are using issues to manage work
only: pulls
daysUntilClose: 7
# Label to apply when stale.
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable