From 3318916000a5aed8e4d2cfcae4ccb87a2a33a38a Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 2 Jan 2025 11:43:39 -0600 Subject: [PATCH] Update no-response.yml (#1470) Update label to `State: needs info` --- .github/workflows/no-response.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 9cd84a5d2..a78b29737 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -25,12 +25,12 @@ jobs: days-before-stale: -1 # Close needs-info issues and PRs after 14 days of inactivity. days-before-close: 14 - stale-issue-label: "needs-info" + stale-issue-label: "State: needs info" close-issue-message: > Without additional information we're not able to resolve this issue. Feel free to add more info or respond to any questions above and we can reopen the case. Thanks for your contribution! - stale-pr-label: "needs-info" + stale-pr-label: "State: needs info" close-pr-message: > Without additional information we're not able to resolve this PR. Feel free to add more info or respond to any questions above.