14 lines
532 B
YAML
14 lines
532 B
YAML
name: "🧩 <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %>"
|
|
cost: Estimates how many GitHub requests is used during plugin execution ("N/A" for Third-Party services)
|
|
categorie: other # Set plugin categorie ("github", "social" or "other")
|
|
supports:
|
|
- user # Support users account
|
|
- organization # Support organizations account
|
|
- repository # Support repositories metrics
|
|
inputs:
|
|
|
|
# Enable or disable plugin
|
|
plugin_<%= name %>:
|
|
description: description
|
|
type: boolean
|
|
default: no |