We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If my regex is
with: title-regex: ^(\[[[A-Z0-9-]+\])+ [\w &.-]+$
the error msg is going to be
PR title failed to match ^([[[A-Z]+])+ [\w &.-]+$.
The text was updated successfully, but these errors were encountered:
fix: #389, #333
708c389
Thanks for reporting this - agree that it was misleading! Fixed in v1.7.0 :)
Sorry, something went wrong.
No branches or pull requests
If my regex is
the error msg is going to be
The text was updated successfully, but these errors were encountered: