diff --git a/.github/workflows/issue_moderator.yml b/.github/workflows/issue_moderator.yml index 6082f81a..7163b1cb 100644 --- a/.github/workflows/issue_moderator.yml +++ b/.github/workflows/issue_moderator.yml @@ -18,7 +18,7 @@ jobs: [ { "type": "title", - "regex": "^(?!\\[(Feature Request|Bug)\\] )", + "regex": "^(?!\\[(Feature Request|Bug|Meta)\\] )", "message": "Title must start with either \"[Feature Request]\" or \"[Bug]\"" }, { @@ -43,7 +43,7 @@ jobs: }, { "type": "title", - "regex": ".*\\?.*", + "regex": "^\\[(Feature Request|Bug)\\] .*\\?.*", "message": "The title is not supposed to be a question" }, {