boromir674/Commit Groups Generator
Group Commits into Categories and output in MD or JSON format.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commits | Commit Subjects as JSON array of strings. | yes | — |
| output_format | The format, 'MD' (for Markdown) or 'JSON', to use for the Action Output | no | MD |
| categories | Comma-separated Categories to use for grouping the Commits. Example: 'feat,fix,refactor,test,build,docs,ci,style,chore'. | no | — |
Outputs
| name | description |
|---|---|
| content | Either MD Sections, each with a list, or JSON array of Objects |