From a76ded8f8bc0d1eaf8843a898be60b814c4e6f63 Mon Sep 17 00:00:00 2001 From: Ramsay Date: Thu, 7 Dec 2023 18:41:09 -0800 Subject: [PATCH] Update days-before-stale and days-before-close --- .github/workflows/close_stale.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close_stale.yaml b/.github/workflows/close_stale.yaml index 7ca6bfea..ca4bb8b6 100644 --- a/.github/workflows/close_stale.yaml +++ b/.github/workflows/close_stale.yaml @@ -11,5 +11,5 @@ jobs: with: stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale' stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale' - days-before-stale: 180 - days-before-close: 15 + days-before-stale: 720 + days-before-close: 30