Skip to content

Latest commit

 

History

History
69 lines (64 loc) · 2.16 KB

README.md

File metadata and controls

69 lines (64 loc) · 2.16 KB

👨‍💻 Lines of code changed

This plugin displays the number of lines of code you have added and removed across all of your repositories.

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

➡️ Available options

TypeDescription
plugin_lines

Enable lines plugin

type: boolean
default: no
plugin_lines_skipped

Skipped repositories

⏩ Inherits repositories_skipped
type: array (comma-separated)

ℹ️ Examples workflows

name: Lines of code changed
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.lines.svg
  token: ${{ secrets.METRICS_TOKEN }}
  base: repositories
  plugin_lines: yes