From 33e2e40942679e096b021fcdebeb40044fe3af39 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Tue, 24 May 2022 12:03:43 -0500 Subject: [PATCH] Expand stalebot to issues (#1672) Removing old, stale issues is essential to keeping a workable tracker. --- .github/stale.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/stale.yaml b/.github/stale.yaml index f1fcc7f7a6..1c8db8601a 100644 --- a/.github/stale.yaml +++ b/.github/stale.yaml @@ -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