cicirello/user-statistician
Generate a GitHub stats SVG for your GitHub Profile README in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image-file | Name and path of the image file to generate, relative to root of repository | no | images/userstats.svg |
| include-title | Include a title in the image | no | true |
| custom-title | Define a custom title for the image | no | "" |
| colors | The color theme or list of custom colors | no | light |
| hide-keys | A list of statistics to hide specified by their key | no | "" |
| fail-on-error | Choose whether to fail the workflow if there is an error | no | true |
| commit-and-push | Commits and pushes the generated image | no | true |
| locale | One of the supported ISO 639-1 (two character) or ISO 639-2 (three character) language codes | no | en |
| border-radius | The radius of the border | no | 6 |
| show-border | Controls whether the stats SVG has a border | no | true |
| small-title | Controls size of title | no | false |
| max-languages | Controls maximum number of languages to list separately | no | auto |
| category-order | List of keys for the categories in order of appearance. | no | general, repositories, contributions, languages |
| language-repository-exclusions | List of repositories to exclude from language stats. | no | "" |
| featured-repository | Name of a repository to feature in the General Stats and Info section | no | "" |
| animated-language-chart | Boolean controlling whether the language chart is animated | no | false |
| language-animation-speed | The time for one full rotation in seconds | no | 10 |
| image-width | The minimum width of the SVG in pixels | no | 0 |
| top-icon | Icon displayed at top of SVG to left and right of title | no | default |
| commit-message | The commit message | no | Automated change by https://github.com/cicirello/user-statistician |
Outputs
| name | description |
|---|---|
| exit-code | 0 if successful or non-zero if unsuccessful |