Skip to content

Latest commit

 

History

History
73 lines (68 loc) · 2.54 KB

README.md

File metadata and controls

73 lines (68 loc) · 2.54 KB
← Back to plugins index

🧮 Repositories traffic

This plugin displays the number of page views across affiliated 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 📘 Repository template 📙 Terminal template
👤 Users 👥 Organizations 📓 Repositories
🔑 repo read:org (optional) read:user (optional) read:packages (optional)

➡️ Available options

OptionDescription

plugin_traffic

Enable traffic plugin

type: boolean
default: no

plugin_traffic_skipped

Skipped repositories

⏩ Inherits repositories_skipped
type: array (newline-separated)

ℹ️ Examples workflows

name: Repositories traffic
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.traffic.svg
  token: ${{ secrets.METRICS_TOKEN }}
  base: repositories
  plugin_traffic: yes