From 49b42538f5555543ff158031fb17aabe6873608e Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 11 Nov 2025 09:37:30 +0100 Subject: [PATCH] Improve automated reply message for debug info Signed-off-by: James Cole --- .github/workflows/issues-reply-old-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues-reply-old-versions.yml b/.github/workflows/issues-reply-old-versions.yml index ea35c0cae4..cf71328096 100644 --- a/.github/workflows/issues-reply-old-versions.yml +++ b/.github/workflows/issues-reply-old-versions.yml @@ -56,7 +56,7 @@ jobs: You triggered an automated reply, because it looks like you didn't include the output from the \`/debug\` page. Would you be so kind as to do that? It helps the developers debug your issue more easily. - If you did include debug information, and this message is wrong, my apologies for the intrusion." + If you *did* include debug information or of if the debug information isn't relevant (or even reachable), my apologies for the intrusion." gh issue comment "$NUMBER" --body "$MESSAGE" echo "Triggered on first test" @@ -71,7 +71,7 @@ jobs: Thank you for running the latest version of Firefly III (or the data importer). You triggered an automated reply, because it looks like you didn't include the output from the \`/debug\` page. Would you be so kind as to do that? It helps the developers debug your issue more easily. - If you did include debug information, and this message is wrong, my apologies for the intrusion." + If you *did* include debug information or of if the debug information isn't relevant (or even reachable), my apologies for the intrusion." gh issue comment "$NUMBER" --body "$MESSAGE" echo "Triggered on second test"