Files
metrics/source/plugins/stargazers
github-actions[bot] d3228a126a chore: code formatting
2022-01-16 01:41:24 +00:00
..
2021-01-30 12:31:09 +01:00
2022-01-16 01:41:24 +00:00
2022-01-15 19:56:42 -05:00

Stargazers over last weeks

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

Supported features
→ Full specification
📗 Classic template 📘 Repository template
👤 Users 👥 Organizations 📓 Repositories
🔑 (scopeless) read:org (optional) read:user (optional) repo (optional)

➡️ Available options

TypeDescription
plugin_stargazers

Enable stargazers plugin

type: boolean
default: no

Examples workflows

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