[SKIP CI][IssueModerator] Allow "Meta" issues

This commit is contained in:
schroda
2024-04-16 01:40:08 +02:00
parent 8178574815
commit 4c3b1c1560

View File

@@ -18,7 +18,7 @@ jobs:
[ [
{ {
"type": "title", "type": "title",
"regex": "^(?!\\[(Feature Request|Bug)\\] )", "regex": "^(?!\\[(Feature Request|Bug|Meta)\\] )",
"message": "Title must start with either \"[Feature Request]\" or \"[Bug]\"" "message": "Title must start with either \"[Feature Request]\" or \"[Bug]\""
}, },
{ {
@@ -43,7 +43,7 @@ jobs:
}, },
{ {
"type": "title", "type": "title",
"regex": ".*\\?.*", "regex": "^\\[(Feature Request|Bug)\\] .*\\?.*",
"message": "The title is not supposed to be a question" "message": "The title is not supposed to be a question"
}, },
{ {