Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

← Back to plugins index

🧮 Repositories traffic

This plugin displays the number of page views across your 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