27 lines
673 B
YAML
27 lines
673 B
YAML
name: "👨💻 Lines of code changed"
|
|
category: github
|
|
description: This plugin displays the number of lines of code you have added and removed across all of your repositories.
|
|
examples:
|
|
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.lines.svg
|
|
index: 18
|
|
supports:
|
|
- user
|
|
- organization
|
|
- repository
|
|
scopes:
|
|
- public_access
|
|
inputs:
|
|
|
|
plugin_lines:
|
|
description: Enable lines plugin
|
|
type: boolean
|
|
default: no
|
|
|
|
plugin_lines_skipped:
|
|
description: Skipped repositories
|
|
type: array
|
|
format: comma-separated
|
|
default: ""
|
|
example: my-repo-1, my-repo-2, owner/repo-3, ...
|
|
inherits: repositories_skipped
|