Files
metrics/source/plugins/stars/README.md
2023-08-24 22:34:58 +00:00

2.4 KiB
Raw Blame History

← Back to plugins index

🌟 Recently starred repositories

This plugin displays recently starred repositories.

⚠️ Disclaimer

This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with GitHub. All product and company names are trademarks™ or registered® trademarks of their respective holders.

Supported features
→ Full specification
📗 Classic template
👤 Users
🔑 (scopeless) read:org (optional) read:user (optional) read:packages (optional) repo (optional)

➡️ Available options

OptionDescription

plugin_stars

Enable stars plugin

On master/main
type: boolean
default: no

plugin_stars_limit

Display limit

On master/main
type: number (1 ≤ 𝑥 ≤ 100)
default: 4

Examples workflows

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