redhat-plumbers-in-action/Advanced Commit Linter
Check if your commit messages are in correct format based on policy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pr-metadata | Pull Request metadata | yes | ${{ github.event.number }} |
| config-path | Path to configuration file | yes | .github/advanced-commit-linter.yml |
| set-status | Set check-run status on Pull Request | yes | false |
| status-title | H3 title of status message | no | Commit validation |
| token | GitHub TOKEN or PAT | yes | — |
Outputs
| name | description |
|---|---|
| validated-pr-metadata | Original Pull Request metadata extended with validation data |