From 4ea806f2d16f83f117071890983ea82298da7284 Mon Sep 17 00:00:00 2001
From: loocool2 <36128021+loocool2@users.noreply.github.com>
Date: Thu, 20 May 2021 14:20:56 -0700
Subject: [PATCH] [SKIP CI] fixed ignorecase and added heroscan, manhuascan,
 and manhwahot (#7137)

---
 .github/workflows/issue_closer.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml
index 964452c70..f5a2308ec 100644
--- a/.github/workflows/issue_closer.yml
+++ b/.github/workflows/issue_closer.yml
@@ -32,14 +32,14 @@ jobs:
               },
               {
                 "type": "both",
-                "regex": ".*(mangago|mangafox|hq\\s*dragon|manga\\s*host|supermangas|superhentais|union\\s*mangas|yes\\s*mangas).*",
-                "caseIgnore": true,
+                "regex": ".*(mangago|mangafox|hq\\s*dragon|manga\\s*host|supermangas|superhentais|union\\s*mangas|yes\\s*mangas|manhuascan|heroscan|manhwahot).*",
+                "ignoreCase": true,
                 "message": "{match} will not be added back as it is too difficult to maintain. Read #3475 for more information"
               },
               {
                 "type": "both",
                 "regex": ".*(teamx|tqneplus|manga\\s*disk|komiktap|gourmet\\s*scans|manga\\s*crimson|mangawow|voidscans|hikari\\s*scans|mangagegecesi|piedpiperfb).*",
-                "caseIgnore": true,
+                "ignoreCase": true,
                 "message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information"
               }
             ]