fix regex

This commit is contained in:
Aria Moradi
2022-12-04 13:03:23 +03:30
parent 80fbfa60de
commit 5eaebf678f
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
},
{
"type": "title",
"regex": ".*<.*>.*",
"regex": ".*(<|>)+.*",
"message": "You did not remove Angle brackets(< and >) from the title"
},
{