From 548938fb9771fd51167306f9ac079db7c5c3ea77 Mon Sep 17 00:00:00 2001 From: sophies927 <107952697+sophies927@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:50:46 -0700 Subject: [PATCH] Update stale.yml (#12813) * Update stale.yml Change the number of days of inactivity before an issue becomes stale from 60 to 5 and the number of days of inactivity before a stale issue is closed from 7 to 5. Update the exempt labels based on the redefined set of GH labels. * Implement stale.yml feedback. --- .github/stale.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index fb6f432d2c..d89f0cdd91 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,15 +1,14 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - status:contributions-welcome - - status:more-info-needed - - status:duplicate - - type:enhancement + - contributions welcome + - feature request + - regression # Label to use when marking an issue as stale staleLabel: stale