### đ Recently starred repositories
The *stars* plugin displays your recently starred repositories.
#### âĄī¸ Available options
| Option | Type *(format)* **[default]** *{allowed values}* | Description |
| ------ | -------------------------------- | ----------- |
| `plugin_stars` | `boolean` **[no]** | Display recently starred repositories |
| `plugin_stars_limit` | `number` **[4]** *{1 ⤠đĨ ⤠100}* | Maximum number of stars to display |
*[â Full specification](metadata.yml)*
#### âšī¸ Examples workflows
```yaml
name: Recently starred
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.stars.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ''
plugin_stars: 'yes'
plugin_stars_limit: 3
```