From 397c199d5f103d49dc699e091692d08439ea0723 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 18 Mar 2025 14:29:02 -0700 Subject: [PATCH] Updated stalebot configuration --- .github/stale.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index a0d358f..e69fd3b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,13 +1,16 @@ daysUntilStale: 90 -daysUntilClose: 7 -exemptLabels: - - Pinned - - Security +daysUntilClose: 30 + +exemptLabels: [Pinned, Security] + markComment: > This issue has been automatically marked as stale because it has not had recent activity and will be closed if no further activity occurs. + + This doesn't mean the issue is not important or won't be addressed, however + development resources are limited and keeping the backlog clean helps us + focus on the most pressing issues. + closeComment: > This issue has now been closed due to inactivity. If you're still having issues please open a new issue and reference this one in your comments. - - Thank you for your contributions.