Added caseIgnore to relevant tasks (#7115)

This commit is contained in:
loocool2 2021-05-20 03:39:25 -07:00 committed by GitHub
parent 9fb965f4e5
commit 684fe81772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -33,11 +33,13 @@ jobs:
{ {
"type": "both", "type": "both",
"regex": ".*(mangago|mangafox|hq\\s*dragon|manga\\s*host|supermangas|superhentais|union\\s*mangas|yes\\s*mangas).*", "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" "message": "{match} will not be added back as it is too difficult to maintain. Read #3475 for more information"
}, },
{ {
"type": "both", "type": "both",
"regex": ".*(teamx|tqneplus|manga\\s*disk|komiktap|gourmet\\s*scans|manga\\s*crimson|mangawow|voidscans|hikari\\s*scans|mangagegecesi|piedpiperfb).*", "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" "message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information"
} }
] ]