Increase allowed issue title length
This commit is contained in:
2
.github/workflows/issue_moderator.yml
vendored
2
.github/workflows/issue_moderator.yml
vendored
@@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user