vignaudo/Maven Warning PR Commenter
Parses Maven compiler warnings from build logs and posts inline review comments on PR changed lines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for posting review comments | no | ${{ github.token }} |
| log-file | Path to the Maven build log file. If not set, reads from maven-output input. | no | — |
| maven-output | Raw Maven build output as a string (alternative to log-file) | no | — |
| only-changed-lines | Only comment on lines that were changed in the PR (default: true) | no | true |
Outputs
no outputs