From 684fe81772fadc6cd9aa9a25b4664eec208500f2 Mon Sep 17 00:00:00 2001 From: loocool2 <36128021+loocool2@users.noreply.github.com> Date: Thu, 20 May 2021 03:39:25 -0700 Subject: [PATCH] Added caseIgnore to relevant tasks (#7115) --- .github/workflows/issue_closer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index e32ba4c3a..964452c70 100644 --- a/.github/workflows/issue_closer.yml +++ b/.github/workflows/issue_closer.yml @@ -33,11 +33,13 @@ jobs: { "type": "both", "regex": ".*(mangago|mangafox|hq\\s*dragon|manga\\s*host|supermangas|superhentais|union\\s*mangas|yes\\s*mangas).*", + "caseIgnore": 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, "message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information" } ]