From c6493cb69bf1a502bf7ac908434bb5c2a8b6f4e9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 5 Aug 2024 10:39:08 +0200 Subject: [PATCH] reduce time for testing --- .github/workflows/issue_bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue_bot.yml b/.github/workflows/issue_bot.yml index 7bb78eed9..0e1adf463 100644 --- a/.github/workflows/issue_bot.yml +++ b/.github/workflows/issue_bot.yml @@ -16,8 +16,8 @@ jobs: with: any-of-labels: "wait 4 close" exempt-all-milestones: true - days-before-issue-close: 14 - close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as 'wait 4 close'." + days-before-issue-close: 5 + close-issue-message: "This issue was closed because it has been inactive for 5 days since being marked as 'wait 4 close'." days-before-pr-stale: -1 days-before-pr-close: -1 repo-token: ${{ secrets.GITHUB_TOKEN }}