actions-marketplace-validations/Contributors List

Automatically generate contributors.svg for your repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENYour GitHub token for authentication.yes
repoThe repository name in form of "userName/repoName".no
sortSpecify if sort contributors by contributions or not. Default `true`.notrue
countSpecify the max count of contributors listed. Default list all contributors.no
roundSpecify if clip the avatar to rounded or not. Default `true`.notrue
truncateTruncate username by specified length, `0` for no truncate.no12
affiliationType of collaborators options: all/direct/outside.nodirect
includeBotsShould include bots or not.nofalse
excludeUsersUsers to exclude.no
svgPathPath to save the generated SVG.noCONTRIBUTORS.svg
svgWidthWidth of the generated SVG.no740
avatarSizeSize of user avatar.no64
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>
itemTemplateTemplate to render user item.no<a xlink:href="{{{ url }}}" class="contributor-link" target="_blank" rel="nofollow sponsored" title="{{{ name }}}" id="{{{ name }}}"> <image x="{{ x }}" y="{{ y }}" width="{{ width }}" height="{{ height }}" xlink:href="{{{ avatar }}}" /> </a>
commitMessageCommit message of the github action.nochore: update contributors [skip ci]
noCommitChanges will not be committed. This options requires a local clone and will updated if required the contributor svg.nofalse

no outputs