From 81ea5409e0b902e3b77500fadf05e652b4d7bd48 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 30 Jul 2022 14:19:06 +0200 Subject: [PATCH] Set close status to not planned for auto closed support issues --- .github/workflows/close-stale-support.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close-stale-support.yml b/.github/workflows/close-stale-support.yml index 6d92d8b59..5dc878950 100644 --- a/.github/workflows/close-stale-support.yml +++ b/.github/workflows/close-stale-support.yml @@ -20,6 +20,7 @@ jobs: days-before-close: 15 stale-issue-message: 'This issue has been automatically marked Stale and will be closed in 15 days if no further activity happens.' stale-issue-label: 'Stale' + close-issue-reason: 'not_planned' only-labels: 'Support' exempt-all-milestones: true ascending: true