Enhance issue reply condition for old versions

Updated condition to check for additional version variables in issue body.

Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
James Cole
2025-11-10 09:02:57 +01:00
committed by GitHub
parent 897c80c2d8
commit b54d7d5c7b

View File

@@ -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!