If my regex is ```yaml with: title-regex: ^(\[[[A-Z0-9-]+\])+ [\w &.-]+$ ``` the error msg is going to be ``` PR title failed to match ^([[[A-Z]+])+ [\w &.-]+$. ```