mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 19:04:39 -05:00
fix regex
This commit is contained in:
2
.github/workflows/issie_moderator.yml
vendored
2
.github/workflows/issie_moderator.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "title",
|
"type": "title",
|
||||||
"regex": ".*<.*>.*",
|
"regex": ".*(<|>)+.*",
|
||||||
"message": "You did not remove Angle brackets(< and >) from the title"
|
"message": "You did not remove Angle brackets(< and >) from the title"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user