boromir674/Commit Parser
Parse message 'subjects' from Conventional Commits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 6, 2024
- License
- AGPL 3.0
Pinned Snippet
uses: boromir674/action-commit-parser@a2a73c9f89fc69458b527f46e276efdd1b3fe594 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| from_ref | Git Ref to start Commit Generation from | no | HEAD |
| to_ref | Git Ref to end Commit Generation to | no | main |
| dir | Directory to run the git log command; should have the .git folder | no | . |
Outputs
| name | description |
|---|---|
| commits_array | The list of commits generated from the git log. |