From 56b3b2ab3b147458524f6a70dca1675bece413b1 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 10 Apr 2025 22:16:40 -0400 Subject: [PATCH] Reduce to 14 days --- .github/workflows/stale-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-bot.yml b/.github/workflows/stale-bot.yml index 79ad180..d0ca168 100644 --- a/.github/workflows/stale-bot.yml +++ b/.github/workflows/stale-bot.yml @@ -16,9 +16,9 @@ jobs: steps: - uses: actions/stale@v9 with: - days-before-stale: 30 + days-before-stale: 14 days-before-close: 14 - stale-issue-message: 'This issue has been automatically marked as stale due to 30 days of inactivity. It will be closed in 14 days if no further activity occurs.' + stale-issue-message: 'This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.' close-issue-message: 'This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.' stale-issue-label: 'stale'