← 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 (comma-separated)
## ℹ️ Examples workflows ```yaml name: Repositories traffic uses: lowlighter/metrics@latest with: filename: metrics.plugin.traffic.svg token: ${{ secrets.METRICS_TOKEN }} base: repositories plugin_traffic: yes ```