### 💫 Starlists The *starlists* plugin displays your recently star lists.
#### ➡️ Available options
TypeDescription
plugin_starlists Display star lists
✨ On master/main
type: boolean
default: no
plugin_starlists_limit Number of star lists to display
✨ On master/main
type: number (1 ≤ 𝑥 ≤ 100)
default: 2
plugin_starlists_limit_repositories Number of repositories to display per star lists
✨ On master/main
type: number (0 ≤ 𝑥 ≤ 100)
default: 2
plugin_starlists_shuffle_repositories Shuffle displayed repositories
✨ On master/main
type: boolean
default: yes
plugin_starlists_ignored Star lists to skip
✨ On master/main
type: array (comma-separated)
plugin_starlists_only Star lists to display
✨ On master/main
type: array (comma-separated)
*[→ Full specification](metadata.yml)* #### ℹ️ Examples workflows ```yaml 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 ```