From c461c0bc60b40cc3890a2fdc4e802a07b093a6ff Mon Sep 17 00:00:00 2001 From: ImSwordQueen <52015098+ImSwordQueen@users.noreply.github.com> Date: Sun, 14 Sep 2025 20:26:54 +0200 Subject: [PATCH] Update issue-check.yml --- .github/workflows/issue-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-check.yml b/.github/workflows/issue-check.yml index a3e7cf3..55b02bc 100644 --- a/.github/workflows/issue-check.yml +++ b/.github/workflows/issue-check.yml @@ -20,7 +20,7 @@ jobs: keywords=("Virus" "Malware" "trojan" "Windows Defender" "Antivirus" "bitdefender" "defender" "kaspersky" "unwanted" "harmful" "HackTool:Win64/ExplorerPatcher!MTB" "HackTool:Win64/Patcher!MSR" "HackTool" "Backdoor" "detection" "Norton" "Windows Security" "Win64:MalwareX-gen" "Microsoft Defender" "infected" "Potentially unwanted app found" "potentially unwanted software" "VIRUSTOTAL") # Get the issue title and body from the event context - ISSUE_TITLE=$(echo '${{ toJson(github.event.issue.title) }}' | jq -r . | sed 's/"/\\"/g; s/'\''/\\'\''/g') + ISSUE_TITLE='${{ toJson(github.event.issue.title) }}' # Convert both title and body to lowercase for case-insensitive comparison ISSUE_TITLE_LOWER=$(echo "$ISSUE_TITLE" | tr '[:upper:]' '[:lower:]')