Hey is it possible to add a toggle to fail the build if the PR title doesn't match instead of adding a comment? IE make this configurable.
Our workflow is to look for failed builds and fix them. Currently this action always succeeds even if the branch does not match which is counter intuitive for us.
Ideally I would want to toggle them separately:
add-review: false
fail-on-error: true