From 7880242865f827b1971c0a1f52dd018c7fd8f4b9 Mon Sep 17 00:00:00 2001 From: Staubgeborener Date: Thu, 29 Feb 2024 21:54:57 +0100 Subject: [PATCH] close_bot.yml stale timer to 24 days --- .github/workflows/close_bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close_bot.yml b/.github/workflows/close_bot.yml index 66742a9..ec5212f 100644 --- a/.github/workflows/close_bot.yml +++ b/.github/workflows/close_bot.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/stale@v5 with: - days-before-issue-stale: 30 + days-before-issue-stale: 14 days-before-issue-close: 14 stale-issue-label: "stale" - stale-issue-message: "This issue is stale because it has been open for 30 days with no activity." + stale-issue-message: "This issue is stale because it has been open for 14 days with no activity." close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1