🌟 Recently starred repositories

This plugin displays your recently starred repositories.

Supported features
→ Full specification
📗 Classic template
👤 Users
🔑 (scopeless) read:org (optional) read:user (optional) repo (optional)
## âžĄī¸ Available options
TypeDescription
plugin_stars

Enable stars plugin

type: boolean
default: no
plugin_stars_limit

Display limit

type: number (1 ≤ đ‘Ĩ ≤ 100)
default: 4
## â„šī¸ 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 ```