From 28e8b8b834f3a1baac3beab33c7d3cdf690478ff Mon Sep 17 00:00:00 2001 From: HB9HIL <80885850+HB9HIL@users.noreply.github.com> Date: Sat, 7 Sep 2024 09:32:29 +0200 Subject: [PATCH] close issues as 'completed' instead 'not_planned' --- .github/workflows/issue_bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue_bot.yml b/.github/workflows/issue_bot.yml index 21ab4119f..88d36d264 100644 --- a/.github/workflows/issue_bot.yml +++ b/.github/workflows/issue_bot.yml @@ -19,6 +19,7 @@ jobs: stale-issue-label: 'stale' stale-issue-message: 'As this issue is marked as “wait 4 close” and there was no activity for 5 days, it is now marked as “stale.” It will be automatically closed in 3 more days.' close-issue-message: 'This issue was closed because it had been inactive for 3 days since being marked as "stale".' + close-issue-reason: 'completed' days-before-pr-stale: -1 days-before-pr-close: -1 repo-token: ${{ secrets.GITHUB_TOKEN }}