Add introduction plugin (#127)
This commit is contained in:
20
source/plugins/introduction/metadata.yml
Normal file
20
source/plugins/introduction/metadata.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: "🙋 Introduction"
|
||||
cost: 1 GraphQL request
|
||||
categorie: github
|
||||
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
|
||||
Reference in New Issue
Block a user