21 lines
437 B
YAML
21 lines
437 B
YAML
name: "🙋 Introduction"
|
|
cost: 1 GraphQL request
|
|
category: github
|
|
index: 2
|
|
supports:
|
|
- user
|
|
- organization
|
|
- repository
|
|
inputs:
|
|
|
|
# Enable or disable plugin
|
|
plugin_introduction:
|
|
description: Display account or repository introduction
|
|
type: boolean
|
|
default: no
|
|
|
|
# Display introduction section title
|
|
plugin_introduction_title:
|
|
description: Display introduction section title
|
|
type: boolean
|
|
default: yes |