[skip ci] Fix wrong RegEx in issue closer. (#9556)

This commit is contained in:
Alessandro Jean 2021-10-20 05:43:11 -03:00 committed by GitHub
parent 9e6aee7aa4
commit 96b34410d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
}, },
{ {
"type": "both", "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, "ignoreCase": true,
"message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information" "message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information"
} }