From 5c9f26ff971ac668aa813756416e09bf520821a5 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Sun, 3 Dec 2023 16:36:51 +0530 Subject: [PATCH] Update .github/workflows/stale.yml Co-authored-by: William Harrison --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 854436993..f4cc4fe4a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 10 + days-before-stale: 7 days-before-close: 14 stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it' stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'