From 2460b56c2bd98e2c4fa35ebca3ddeb211cdeb282 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Fri, 6 Mar 2026 16:05:17 +0000 Subject: [PATCH] chore(github): make closed issue message cleaner --- .github/workflows/closed-issue.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/closed-issue.yml b/.github/workflows/closed-issue.yml index 251d4187..13b16aa0 100644 --- a/.github/workflows/closed-issue.yml +++ b/.github/workflows/closed-issue.yml @@ -14,8 +14,9 @@ jobs: token: ${{ github.token }} issue-number: ${{ github.event.issue.number }} body: | - Closed issues are **NOT** monitored, so commenting here is likely to be not seen. - If you think this is *still unresolved* and have **more information** to bring, please create another issue. + Closed issues are **NOT** monitored, so commenting here will likely NOT be seen. + If you think this is *still unresolved* and have **more information** to bring, please either + re-open this issue or create another issue. This is an automated comment setup because @qdm12 is the sole maintainer of this project - which became too popular to monitor issues closed. + which became too popular to monitor closed issues.