From 2373a9c19f91e35102a088f70504be5f113c469e Mon Sep 17 00:00:00 2001 From: Intelli <6790859+Intelli@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:29:17 -0600 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 8077c37..bfcf4e0 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -3,6 +3,8 @@ daysUntilClose: 7 exemptLabels: - 'accepted' - 'bug' + - 'confirmed bug (tested)' + - 'potential bug (needs testing)' - 'suggestion' - 'help wanted' staleLabel: stale @@ -10,4 +12,4 @@ markComment: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. -closeComment: false \ No newline at end of file +closeComment: false