From e4afffca33cf5f5312c9430435cb893fd97af80a Mon Sep 17 00:00:00 2001 From: nshenderov Date: Wed, 25 Dec 2024 00:15:01 +0300 Subject: [PATCH] chore: update CLOSE_INACTIVE_ISSUES.yml --- .github/workflows/CLOSE_INACTIVE_ISSUES.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CLOSE_INACTIVE_ISSUES.yml b/.github/workflows/CLOSE_INACTIVE_ISSUES.yml index 2a482a7..48c02ff 100644 --- a/.github/workflows/CLOSE_INACTIVE_ISSUES.yml +++ b/.github/workflows/CLOSE_INACTIVE_ISSUES.yml @@ -18,7 +18,7 @@ jobs: days-before-issue-stale: ${{ env.DAYS_BEFORE_ISSUE_STALE }} days-before-issue-close: ${{ env.DAYS_BEFORE_ISSUE_CLOSE }} stale-issue-label: "no issue activity" - only-issue-labels: "issue: question" + only-issue-labels: "issue: question, pending response" stale-issue-message: "There has been no activity on this issue for ${{ env.DAYS_BEFORE_ISSUE_STALE }} days. If this is still relevant, please reply to keep it open." close-issue-message: "This issue was closed due to inactivity. If you feel this was done in error, please re-open or create a new issue." close-issue-reason: "completed"