From a1d10e7d4aa473b99d7c3ce36b4789f5797c5515 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 17 Jun 2023 20:02:44 -0700 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index d785c197d..f0af1db2a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,8 +4,8 @@ daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 -# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) -onlyLabels: [cant-reproduce] +# Only issues or pull requests with any of these labels are check if stale. Defaults to `[]` (disabled) +any-of-labels: ['cant-reproduce','not a bug','unconfirmed'] # Label to use when marking an issue as stale staleLabel: stale