### đĢ 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:
* đ Value should be stored in repository secrets
* ⨠New feature currently in 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
```