From d8cda7fc1b878c43ae10733f6b807c13d50239e9 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 2 Jul 2022 17:51:39 -0700 Subject: [PATCH] Use any-of-labels for stalebot [ci skip] --- .github/stale.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index ef287a3fd..91ab0e8ae 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,8 +2,7 @@ daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 -onlyLabels: - - unconfirmed +any-of-labels: unconfirmed,cant-reproduce,stale # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable