From 7cc98c795a4a0ba5210b2c9c5ca25c901bd49385 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Tue, 10 May 2022 10:34:09 +0200 Subject: [PATCH] Reduced period to close issues from 5 to 2 days (#4692) chore: Reduced period to close issues from 5 to 2 days --- .github/workflows/close-stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index beee38a8470..0eefe6383a5 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -34,7 +34,7 @@ jobs: # Issue timing days-before-stale: 7 - days-before-close: 7 + days-before-close: 2 days-before-ancient: 365 # If you don't want to mark a issue as being ancient based on a