[skip ci] Update issue closer to ignore myanimelist ()

Not sure if there's any limitation for the regex but this will ignore myanimelist strings, in practice.

(cherry picked from commit be001d090c251d0b126cec4d22b4fca5d0124b0c)
This commit is contained in:
paulo27ms 2021-09-14 16:50:21 +01:00 committed by Jobobby04
parent 57b9376b83
commit 31dfac3ece

@ -25,7 +25,7 @@ jobs:
}, },
{ {
"type": "both", "type": "both",
"regex": ".*(aniyomi|anime).*", "regex": "^(?!.*myanimelist.*).*(aniyomi|anime).*$",
"ignoreCase": true, "ignoreCase": true,
"message": "Tachiyomi does not support anime, and has no plans to support anime. In addition Tachiyomi is not affiliated with Aniyomi https://github.com/jmir1/aniyomi" "message": "Tachiyomi does not support anime, and has no plans to support anime. In addition Tachiyomi is not affiliated with Aniyomi https://github.com/jmir1/aniyomi"
} }