dotcms/DotCMS Commit Message Getter
Gets the commit message for a given pull request or push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| excludeTitle | Setting this input to true will exclude the Pull Request title. | no | true |
| excludeDescription | Setting this input to true will exclude the Pull Request description. | no | true |
| checkAllCommitMessages | Setting this input to true will check all Pull Request commits | no | true |
| latestCommitMessage | Setting this input to true will get latest commit message instead of all | no | true |
| accessToken | you must provide GITHUB_TOKEN to this input if checkAllCommitMessages is true | no | — |
Outputs
no outputs