fmorschel/Generate Commit Badge
Generate a Shields.io badge for commit count in a specified repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 7, 2024
- License
- MIT
Pinned Snippet
uses: fmorschel/commit-count-badge@95834acbc32391178aebf7837b5f54d98f7970ab # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The GitHub repository (user/project) to query commits from. | yes | — |
| author | The author whose commits should be counted. | yes | — |
| text | The label text for the badge. | yes | — |
| outputPath | Path and file name for the generated badge (e.g., 'badges/dart-commits.svg'). | yes | — |
| token | GitHub token to authenticate API requests. | yes | — |
| logo | The logo to include in the badge (optional). | no | github |
| labelColor | The background color for the badge label. | no | #0175C2 |
| color | The background color for the badge value. | no | lightgray |
Outputs
no outputs