From 284736548ad97e5d84026ff982bca3aa92f5df0d Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 13 Sep 2021 09:03:10 +0000
Subject: [PATCH] fix: adjusted stale bot to close only issues that are awaiting a reply

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

diff --git a/.github/stale.yml b/.github/stale.yml
index 82c0d00..06cff5e 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -4,9 +4,8 @@
 # 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
+onlyLabels:
+  - awaiting-reply
 # Label to use when marking an issue as stale
 staleLabel: wontfix
 # Comment to post when marking an issue as stale. Set to `false` to disable

--
Gitblit v1.10.0