From 9448402d9f784b76227de33e9e88579e635acee4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 10 Nov 2025 09:00:33 +0100 Subject: [PATCH] Update issues-reply-old-versions.yml Signed-off-by: James Cole --- .github/workflows/issues-reply-old-versions.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/issues-reply-old-versions.yml b/.github/workflows/issues-reply-old-versions.yml index 6006842a7e..b867e51e70 100644 --- a/.github/workflows/issues-reply-old-versions.yml +++ b/.github/workflows/issues-reply-old-versions.yml @@ -31,6 +31,15 @@ jobs: excludes: prerelease, draft token: ${{ secrets.GITHUB_TOKEN }} - run: | + # sure this can be done in a single step but still. + FFNOV="${{ steps.ff3version.outputs.release }}" + FFNOV="${FFNOV:1}" + + DDNOV="${{ steps.importerversion.outputs.release }}" + DDNOV="${DDNOV:1}" + + 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