### 💫 Starlists The *starlists* plugin displays your recently star lists.
#### ➡️ Available options | Option | Type *(format)* **[default]** *{allowed values}* | Description | | ------ | -------------------------------- | ----------- | | `plugin_starlists` | `boolean` **[no]** | Display star lists | | `plugin_starlists_limit` | `number` **[2]** *{1 ≤ 𝑥 ≤ 100}* | Number of star lists to display | | `plugin_starlists_limit_repositories` | `number` **[2]** *{0 ≤ 𝑥 ≤ 100}* | Number of repositories to display per star lists | | `plugin_starlists_shuffle_repositories` | `boolean` **[yes]** | Shuffle displayed repositories | | `plugin_starlists_ignored` | `array` *(comma-separated)* **[]** | Star lists to skip | | `plugin_starlists_only` | `array` *(comma-separated)* **[]** | Star lists to display | Legend for option icons: * ✨ Currently in beta-testing on `master`/`main` *[→ 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 ```