From d6b3d3b1227893a5619f6ae7c852dfe5f82e2106 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Mon, 18 Nov 2024 12:21:37 +0530 Subject: [PATCH] Update no-response.yml --- .github/workflows/no-response.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 7ce741c9..0eaf9af8 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -18,5 +18,7 @@ jobs: only-labels: 'waiting for author' stale-issue-label: 'waiting for author' stale-pr-label: 'waiting for author' + remove-stale-when-updated: false + ignore-updates: true close-issue-message: This issue has been automatically closed due to inactivity. We requested additional information but have not received a response from the original author. Without the requested details, we cannot proceed. If you have or find the information needed, please comment so we can reopen the issue. close-pr-message: This pull request has been automatically closed due to inactivity. We requested additional information but have not received a response from the original author. Without the requested details, we cannot proceed. If you have the needed information or updates, please reopen the PR or comment so we can continue the review.