step-security/reviewdog-suggester: Suggest any code changes based on diff with reviewdog

🐶 Suggest any code changes based on diff through GitHub Multi-line code suggestions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKENyes${{ github.token }}
pathThe directory in which reviewdog should runno.
tool_nameTool name to use for reviewdog reporternoreviewdog-suggester
levelReport level for reviewdog [info,warning,error]nowarning
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is diff_context. GitHub suggestions only support added and diff_context. nodiff_context
fail_levelExit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to given level [any,info,warning,error]. If set to `none`, always exit with 0. Default is `none`. nonone
fail_on_errorExit code for reviewdog when errors are found [true,false] Default is `false`. nofalse
reviewdog_flagsAdditional reviewdog flagsno""
cleanupClean up non-committed changes after the actionnotrue

no outputs