generated from actions/container-toolkit-action
-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
michelle-purcell, oliviertassinari, Isnor, Fallenstedt and rmoff
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working