I'm giving the vale-action the following parameters:
- fail_on_error: false
- vale_flags: "--no-exit"
However, I still have the action to fail if reviewdog fails:
/bin/reviewdog -f=rdjsonl -name=vale -reporter=github-pr-check -fail-on-error=false -filter-mode=added -level=info
...
Error: reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
...
Error: reviewdog exited with status code: 1
Whatever reviewdog is returning, Vale action should not fail if fail_on_error is false.
I'm giving the vale-action the following parameters:
However, I still have the action to fail if reviewdog fails:
Whatever reviewdog is returning, Vale action should not fail if fail_on_error is false.