From d813bbffccc14363810f00f5957682b7f9ee9834 Mon Sep 17 00:00:00 2001 From: Oluwatobi Shokunbi Date: Thu, 11 Jun 2026 10:40:51 +0100 Subject: [PATCH] Fix/close-issue-reason formatting in stale-issue.yml Update the close issue reason on the stale issue action. --- .github/workflows/stale-issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-issue.yml b/.github/workflows/stale-issue.yml index 231a292d7a..a47b2d1c03 100644 --- a/.github/workflows/stale-issue.yml +++ b/.github/workflows/stale-issue.yml @@ -35,8 +35,8 @@ jobs: > This PR will be closed in 15 days if no further activity occurs. exempt-issue-labels: 'keep open' exempt-pr-labels: 'keep open' - close-issue-reason: not-planned + close-issue-reason: 'not_planned' days-before-stale: 28 days-before-close: 15 stale-issue-label: 'not-planned' - stale-pr-label: 'stale' \ No newline at end of file + stale-pr-label: 'stale'