From ff6caaffaa4b2431cee5f5fc783232a00b7f5f19 Mon Sep 17 00:00:00 2001 From: Matteo Pace Date: Mon, 15 May 2023 15:53:35 +0200 Subject: [PATCH] feat(ci): stale only awaiting feedback's issue --- .github/workflows/close-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-issues.yml b/.github/workflows/close-issues.yml index 6bb212b03..f8eef9dc6 100644 --- a/.github/workflows/close-issues.yml +++ b/.github/workflows/close-issues.yml @@ -15,9 +15,9 @@ jobs: days-before-issue-stale: 30 days-before-issue-close: 14 stale-issue-label: "stale" - stale-issue-message: "This issue is stale because it has been open for 30 days with no activity." + stale-issue-message: "This issue has been open 30 days waiting for feedback. Remove the stale label or comment, or this will be closed in 14 days." close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1 - exempt-issue-labels: v4 + only-issue-labels: "awaiting feedback" repo-token: ${{ secrets.GITHUB_TOKEN }}