From 2ab2d9127df146910130591b541258c3bb6cd4c4 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 15 Jul 2022 20:19:28 -0700 Subject: [PATCH] Use cant-reproduce for stale --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 6b0169bd9..9b473eef5 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,7 +5,7 @@ daysUntilStale: 30 daysUntilClose: 7 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) -onlyLabels: [unconfirmed,cant-reproduce] +onlyLabels: [cant-reproduce] # Label to use when marking an issue as stale staleLabel: stale