From 4719ad87a83b564af037df19776368637d6c600d Mon Sep 17 00:00:00 2001 From: Harisankar Babu <58052269+harisankar95@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:46:14 +0100 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 355621d..c50f665 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -26,11 +26,11 @@ jobs: 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. Thank you for your contributions.' stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' close-issue-message: 'This issue was automatically closed due to inactivity. It can be reopened if needed.' - days-before-stale: 45 - days-before-close: 10 + days-before-stale: 30 + days-before-close: 5 days-before-pr-close: -1 stale-issue-label: stale stale-pr-label: stale exempt-issue-labels: 'in-progress,awaiting-approval,work-in-progress' exempt-pr-labels: 'in-progress,awaiting-approval,work-in-progress' - exempt-all-pr-assignees: true \ No newline at end of file + exempt-all-pr-assignees: true