mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-14 21:58:14 +00:00
Merge pull request #11209 from firefly-iii/JC5-patch-1
Update issues-reply-old-versions.yml
This commit is contained in:
@@ -31,6 +31,15 @@ jobs:
|
|||||||
excludes: prerelease, draft
|
excludes: prerelease, draft
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: |
|
- 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)
|
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 }}* ]]; then
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user