actions-marketplace-validations/Github Contributors Icon Generator

Github action generates dynamic image URL for contributor list to display it!.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenYour GITHUB_TOKENno${{ github.token }}
filter-authorRegular expression filteringno""
countSpecify the max count of contributors listed. Default list all contributors.no
outputoutput image pathnoCONTRIBUTORS.svg
truncateTruncate username by specified length, `0` for no truncate.no12
hideNameHide names in `htmlTable`no
excludeBotsExclude bots usersnotrue
svgWidthWidth of the generated SVG.no740
avatarSizeSize of user avatar.no24
avatarMarginMargin of user avatar.no5
userNameHeightHeight of user name.no0
svgTemplateTemplate to render SVG.no<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="{{ width }}" height="{{ contributorsHeight }}" > <style>.contributor-link { cursor: pointer; }</style> {{{ contributors }}} </svg>
namedescription
svgsvg image string
htmlTableContributor HTML <Table> form string
htmlTableBotsContributor(Bot Users) HTML <Table> form string
htmlListContributor HTML <a> list form string
htmlListBotsContributor(Bot Users) HTML <a> form string
htmlCollaboratorsTableCollaborators user HTML <Table> form string
htmlCollaboratorsTableBotsCollaborators user(Bot Users) HTML <Table> form string
htmlCollaboratorsListCollaborators user HTML <a> list form string
htmlCollaboratorsListBotsCollaborators user(Bot Users) HTML <a> form string