fix regex
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
},
|
||||
{
|
||||
"type": "title",
|
||||
"regex": ".*<.*>.*",
|
||||
"regex": ".*(<|>)+.*",
|
||||
"message": "You did not remove Angle brackets(< and >) from the title"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user