From 96b34410d6d599fd1a9f62d4470496391e312eb9 Mon Sep 17 00:00:00 2001 From: Alessandro Jean Date: Wed, 20 Oct 2021 05:43:11 -0300 Subject: [PATCH] [skip ci] Fix wrong RegEx in issue closer. (#9556) --- .github/workflows/issue_closer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index 0093c481b..fc857a6ec 100644 --- a/.github/workflows/issue_closer.yml +++ b/.github/workflows/issue_closer.yml @@ -38,7 +38,7 @@ jobs: }, { "type": "both", - "regex": ".*(teamx|tqneplus|manga\\s*disk|komiktap|gourmet\\s*scans|manga\\s*crimson|mangawow|voidscans|hikari\\s*scans|mangagegecesi|piedpiperfb|knightnoscanlations|ahstudios|mangagecesi|flamescans|nartag|xxx\s*yaoi).*", + "regex": ".*(teamx|tqneplus|manga\\s*disk|komiktap|gourmet\\s*scans|manga\\s*crimson|mangawow|voidscans|hikari\\s*scans|mangagegecesi|piedpiperfb|knightnoscanlations|ahstudios|mangagecesi|flamescans|nartag|xxx\\s*yaoi).*", "ignoreCase": true, "message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information" }