Files
metrics/source/plugins/lines/metadata.yml
2022-01-14 01:40:00 -05:00

26 lines
538 B
YAML

name: "👨‍💻 Lines of code changed"
category: github
index: 18
supports:
- user
- organization
- repository
scopes:
- public_access
inputs:
# Enable or disable plugin
plugin_lines:
description: Display lines of code metrics
type: boolean
default: no
# List of repositories that will be skipped
plugin_lines_skipped:
description: Repositories to skip
type: array
format: comma-separated
default: ""
example: my-repo-1, my-repo-2, owner/repo-3, ...
inherits: repositories_skipped