From 2b19f36a672195f2ba459698df43db5c4a0e4528 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Thu, 28 Mar 2024 20:22:22 +0530 Subject: [PATCH] chore: change stale close time to 3d --- .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 f4cc4fe4a..9eefecd7b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 7 - days-before-close: 14 + days-before-close: 3 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'