19 lines
350 B
YAML
19 lines
350 B
YAML
name: "🧩 <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %>"
|
|
|
|
# Estimate of how many GitHub requests will be used
|
|
cost: N/A
|
|
|
|
# Supported modes
|
|
supports:
|
|
- user
|
|
- organization
|
|
- repository
|
|
|
|
# Inputs list
|
|
inputs:
|
|
|
|
# Enable or disable plugin
|
|
plugin_<%= name %>:
|
|
description: description
|
|
type: boolean
|
|
default: no |