lfreleng-actions/💬 GIT Commit Message
Retrieve GIT commit message and check for Change-Id and DCO
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/git-commit-message-action@4a5b845bd35d9363a8ab59824d374d1b2967666e # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| commit_number | Commit position/number (1=latest, 2=second-to-last, etc.) | no | 1 |
Outputs
| name | description |
|---|---|
| commit_sha | SHA value corresponding to GIT commit number |
| commit_message | GIT commit message body |
| change_id | Whether the commit message contains a Gerrit Change-Id |
| change_id_value | The extracted Change-Id value/string |
| dco_signed_off | Whether the commit message contains a DCO statement |
| dco_name | Name provided in DCO statement, if present |
| dco_email | E-mail address from DCO statement, if present |