platisd/Pull request comments from clang-tidy reports
Post clang-tidy warnings as review comments on pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub token | yes | — |
| clang_tidy_fixes | Path to the clang-tidy fixes YAML file | yes | — |
| pull_request_id | Pull request id (otherwise attempt to extract it from the GitHub metadata) | no | "" |
| request_changes | Request changes if there are clang-tidy issues (otherwise leave a comment) | no | false |
| suggestions_per_comment | The number of suggestions per comment (smaller numbers work better for heavy pull requests) | no | 10 |
| repo_path_prefix | The path to repo when code is analyzed with clang-tidy; may set to "/__w" for users who run clang-tidy in a docker container | no | /home/runner/work |
| auto_resolve_conversations | Automatically resolve conversations when the clang-tidy issues are fixed | no | false |
| python_path | Path to a Python executable to use; if not set Python will be installed locally | no | "" |
Outputs
no outputs