jordan-simonovski/helmver
Check Helm chart versions and optionally comment changeset status on pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dir | Root directory to scan for Chart.yaml files | no | . |
| base | Base git ref to compare against | no | "" |
| require-changeset | Accept pending .helmver/ changeset files as valid bump intent | no | true |
| exclude | Comma-separated glob patterns to exclude from chart discovery | no | "" |
| version | helmver release tag to install (for example v0.6.0), or latest | no | latest |
| repository | GitHub repository that hosts helmver release assets | no | jordan-simonovski/helmver |
| check | Run helmver check and fail when chart versions are stale | no | true |
| comment | Post or update a pull request comment with helmver status | no | true |
| comment-marker | HTML comment marker used to upsert the same PR comment across pushes | no | helmver-action-pr-comment |
| token | GitHub token for PR comments | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| comment-body | Markdown comment body when comment runs on a pull request |