💫 Starlists
The starlists plugin displays your recently star lists.
|
|
➡️ Available options
| Type | Description |
plugin_starlists |
Display star lists |
✨ On master/maintype: boolean
default: no |
|
plugin_starlists_limit |
Number of star lists to display |
✨ On master/maintype: number
(1 ≤ 𝑥 ≤ 100) default: 2 |
|
plugin_starlists_limit_repositories |
Number of repositories to display per star lists |
✨ On master/maintype: number
(0 ≤ 𝑥 ≤ 100) default: 2 |
|
plugin_starlists_shuffle_repositories |
Shuffle displayed repositories |
✨ On master/maintype: boolean
default: yes |
|
plugin_starlists_ignored |
Star lists to skip |
✨ On master/maintype: array
(comma-separated)
|
|
plugin_starlists_only |
Star lists to display |
✨ On master/maintype: array
(comma-separated)
|
ℹ️ Examples workflows
name: Featured star list
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.starlists.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ''
plugin_starlists: 'yes'
plugin_starlists_limit_repositories: 2
plugin_starlists_only: 🤘 TC39