From 055181bd4007245ca5446148364327ec2ea03ea8 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Thu, 23 Apr 2026 20:52:29 -0700 Subject: [PATCH] [actions] Fix stale issue message This fixes the automated message marking issues as stale so that it reports the correct label. --- .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 4f11635d3e0..9815299cc65 100644 --- a/.github/workflows/close-inactive-issues.yml +++ b/.github/workflows/close-inactive-issues.yml @@ -15,7 +15,7 @@ jobs: days-before-issue-stale: 30 days-before-issue-close: 14 stale-issue-label: "stale" - stale-issue-message: "This issue was marked stale because it has been labelled with \"question\" for 30 days." + stale-issue-message: "This issue was marked stale because it has been labelled with \"needs-info\" for 30 days." close-issue-message: "This issue was closed because it has been 14 days since being marked as stale." # Leave PRs alone