From 57770a65b7aba3e2e00bde4c137508d82367de96 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 2 Jan 2025 09:28:57 -0800 Subject: [PATCH] Update no-response.yml 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.