From 431404e2d1095f509da12b2569e5e9adb8dd49ff Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Fri, 1 Dec 2023 18:00:26 +0530 Subject: [PATCH 1/2] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 786060ccc..854436993 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,8 +13,8 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 30 - days-before-close: 20 + days-before-stale: 10 + 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' exempt-issue-labels: 'no-stale' From 5c9f26ff971ac668aa813756416e09bf520821a5 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Sun, 3 Dec 2023 16:36:51 +0530 Subject: [PATCH 2/2] 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'