Files
metrics/source/plugins/stars
2022-07-05 04:28:43 +00:00
..
2021-01-30 12:31:09 +01:00
2022-04-23 23:18:43 +00:00
2022-07-05 04:28:43 +00:00

← Back to plugins index

🌟 Recently starred repositories

This plugin displays recently starred repositories.

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

type: boolean
default: no

plugin_stars_limit

Display limit

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