actions-marketplace-validations/Post warnings/errors as PR comment

GitHub action that parses the compile output and will create PR comment with warnings/errors listed

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
compile_result_fileThe file that contains the compilation resultyes
compilerThe compiler that was used to produce the output (MSVC/GNU/CLANG)yesGNU
tokenGITHUB_TOKEN or a repo scoped PAT.yes${{ github.token }}
work_dirThe action work directoryyes${{ github.workspace }}
exclude_dirThe full path to the directory that should be ignored
pull_request_numberThe Github Pull Request numberyes${{ github.event.pull_request.number }}
comment_titleThe comment title that will be displayed on top of the comment. It is also used to determine whether the comment already exists and should be edited or not.yesCOMPILE RESULT
num_lines_to_displayThe number of lines for the code snippet that will be displayed for each error/warning5
debug_outputUse this input to generate debug printsfalse
server_urlURL of GitHub Enterprise server (defaults to github.com)https://github.com

no outputs