Skip to content

Latest commit

 

History

History
70 lines (65 loc) · 2.24 KB

README.md

File metadata and controls

70 lines (65 loc) · 2.24 KB
← Back to plugins index

🧮 Repositories traffic

This plugin displays the number of page views across affiliated repositories.

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

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