24 lines
519 B
YAML
24 lines
519 B
YAML
name: "🏅 Repository contributors"
|
|
cost: N/A
|
|
categorie: github
|
|
supports:
|
|
- repository
|
|
inputs:
|
|
|
|
# Enable or disable plugin
|
|
plugin_contributors:
|
|
description: Display repository contributors
|
|
type: boolean
|
|
default: no
|
|
|
|
# Base reference (commit, tag, branch, etc.)
|
|
plugin_contributors_base:
|
|
description: Base reference
|
|
type: string
|
|
default: ""
|
|
|
|
# Head reference (commit, tag, branch, etc.)
|
|
plugin_contributors_head:
|
|
description: Head reference
|
|
type: string
|
|
default: master |