Browse Source

Add more common keywords that were in the EP issues

pull/4046/head
ImSwordQueen 12 months ago
parent
commit
d7517a14f5
  1. 2
      .github/workflows/issue-check.yml

2
.github/workflows/issue-check.yml

@ -15,7 +15,7 @@ jobs: @@ -15,7 +15,7 @@ jobs:
id: check_keywords
run: |
# Define the list of keywords
keywords=("Virus" "Malware" "Windows Defender" "Antivirus" "bitdefender" "defender" "kaspersky" "unwanted" "harmful")
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="${{ github.event.issue.title }}"

Loading…
Cancel
Save