From eb3d050cf5f1e95dcafffe8f8d8715578c4616fe Mon Sep 17 00:00:00 2001 From: NayamAmarshe Date: Thu, 25 Apr 2024 02:14:47 +0530 Subject: [PATCH] Update stale.yml --- .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 2f74f79..af2e3d5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: operations-per-run: 100 stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still happening, please reply to indicate so.' stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still working on this, please reply to indicate so.' - days-before-issue-stale: 30 + days-before-issue-stale: 20 days-before-pr-stale: 45 days-before-issue-close: 5 days-before-pr-close: 10