22 lines
476 B
YAML
22 lines
476 B
YAML
name: "👨💻 Lines of code changed"
|
|
category: github
|
|
index: 12
|
|
supports:
|
|
- user
|
|
- organization
|
|
- repository
|
|
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, ... |