Increase allowed issue title length

This commit is contained in:
schroda
2025-02-17 03:30:07 +01:00
parent 419181efa9
commit c52a822a23

View File

@@ -33,7 +33,7 @@ jobs:
}, },
{ {
"type": "title", "type": "title",
"regex": "^\\[(Feature Request|Bug)\\] (?!.{0,75}$)", "regex": "^\\[(Feature Request|Bug)\\] (?!.{0,100}$)",
"message": "The title is too long, keep it short and descriptive" "message": "The title is too long, keep it short and descriptive"
}, },
{ {