Even if all vale rules are set to suggestion, and fail on error is false, reviewdog logs everything as ERROR and the check fails with reporter github-check-pr.
Can you set the reviewdog error level in this action or do you need a different config file?
UPDATE: what I'm noticing is that my custom rules are running fine and output INFO level logs, the non-custom rule violations (from proselint and Google for example) output ERROR level and cause the check to fail