From 01b74cd7f6d4c0d7998f01a37f140be8f66c255b Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Mon, 23 May 2022 11:42:01 -0500 Subject: [PATCH] Expand stalebot to issues 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 f1fcc7f7a6aa9..1c8db8601a4fb 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