From ce68621d423a7285188212bf887d024e63c7fd04 Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Thu, 27 Jul 2023 10:29:51 -0700 Subject: [PATCH] Update stalebot.yml --- .github/workflows/stalebot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stalebot.yml b/.github/workflows/stalebot.yml index 929eb28c..65d28d5c 100644 --- a/.github/workflows/stalebot.yml +++ b/.github/workflows/stalebot.yml @@ -10,11 +10,11 @@ jobs: steps: - uses: actions/stale@v6 with: - days-before-issue-stale: 14 + days-before-issue-stale: 32 days-before-issue-close: 7 stale-issue-message: "This issue is stale because it has been open for 14 days with no activity. Feel free to either 1) remove the stale label or 2) comment. If nothing happens, this will be closed in 7 days." close-issue-message: "This issue was closed automatically. Feel free to re-open it if it's important." - days-before-pr-stale: 1 + days-before-pr-stale: 2 stale-pr-message: "This PR is stale because it has been open 1+ days with no activity. Feel free to either 1) remove the stale label or 2) comment. If nothing happens, this will be closed in 7 days." days-before-pr-close: 7 close-pr-message: "This PR was closed automatically. Feel free to re-open it if you still want to work on it."