From 941ba8d68977996bde331ee42750662d60a251ce Mon Sep 17 00:00:00 2001
From: Quinn Casey <quinn@quinncasey.com>
Date: Tue, 12 Apr 2022 07:31:14 -0700
Subject: [PATCH] Only stale unconfirmed issues

---
 .github/stale.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/stale.yml b/.github/stale.yml
index f5b193a8f..ef287a3fd 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -2,11 +2,8 @@
 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:
-  - pinned
-  - security
-  - fixpending
+onlyLabels:
+  - unconfirmed
 # 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