Files
metrics/source/plugins/stargazers/README.md

1.0 KiB
Raw Blame History

Stargazers over last weeks

The stargazers plugin displays your stargazers evolution across all of your repositories over the last two weeks.

➡️ Available options

Option Type (format) [default] {allowed values} Description
plugin_stargazers boolean [no] Display stargazers metrics

Legend for option icons:

  • 🔐 Value should be stored in repository secrets
  • New feature currently in testing on master/main

→ Full specification

Examples workflows

name: Last weeks stargazers
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.stargazers.svg
  token: ${{ secrets.METRICS_TOKEN }}
  base: ''
  plugin_stargazers: 'yes'