From 27c1d33a7075cd234834550b4203c253e5be249e Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 9 Nov 2025 17:01:16 +0100 Subject: [PATCH] Detect if the issue type is a bug. --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/workflows/issues-reply-old-versions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 5555ab1753..be3a500da3 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,7 +6,7 @@ body: label: Support guidelines description: Please read the support guidelines before proceeding. options: - - label: I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md) + - label: I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md) required: true - type: checkboxes diff --git a/.github/workflows/issues-reply-old-versions.yml b/.github/workflows/issues-reply-old-versions.yml index 862ede4b75..6006842a7e 100644 --- a/.github/workflows/issues-reply-old-versions.yml +++ b/.github/workflows/issues-reply-old-versions.yml @@ -32,7 +32,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - run: | ISSUE_BODY=$(gh issue view $NUMBER --json body) - if [[ $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 MESSAGE="Hi there!