Skip to content

Files

Latest commit

 

History

History
59 lines (51 loc) · 1.34 KB

README.md

File metadata and controls

59 lines (51 loc) · 1.34 KB

🌟 Recently starred repositories

The stars plugin displays your recently starred repositories.

➡️ Available options

TypeDescription
plugin_stars Display recently starred repositories
type: boolean
default: no
plugin_stars_limit Maximum number of stars to display
type: number
(1 ≤ 𝑥 ≤ 100) default: 4

→ Full specification

ℹ️ 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