From b54d7d5c7bbc1cd8fa83238992127215ada46843 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 10 Nov 2025 09:02:57 +0100 Subject: [PATCH] Enhance issue reply condition for old versions Updated condition to check for additional version variables in issue body. Signed-off-by: James Cole --- .github/workflows/issues-reply-old-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues-reply-old-versions.yml b/.github/workflows/issues-reply-old-versions.yml index b867e51e70..3491431461 100644 --- a/.github/workflows/issues-reply-old-versions.yml +++ b/.github/workflows/issues-reply-old-versions.yml @@ -41,7 +41,7 @@ jobs: echo "Version is ${{ steps.ff3version.outputs.release }}, without v is $FFNOV" ISSUE_BODY=$(gh issue view $NUMBER --json body) - if [[ $ISSUE_BODY == *"MZ2udTpin6FL"* && $ISSUE_BODY != *${{ steps.ff3version.outputs.release }}* && $ISSUE_BODY != *${{ steps.importerversion.outputs.release }}* ]]; then + if [[ $ISSUE_BODY == *"MZ2udTpin6FL"* && $ISSUE_BODY != *${{ steps.ff3version.outputs.release }}* && $ISSUE_BODY != *${{ steps.importerversion.outputs.release }}* && $ISSUE_BODY != *$FFNOV* && $ISSUE_BODY != *$DDNOV* ]]; then MESSAGE="Hi there!