29 lines
905 B
YAML
29 lines
905 B
YAML
name: "🙋 Introduction"
|
|
category: github
|
|
description: |
|
|
This plugin displays account bio or organization/repository description.
|
|
|
|
It is mostly intended for images that will be used outside of GitHub, since these informations are already displayed on GitHub.
|
|
examples:
|
|
+for an user or an organization: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.introduction.svg
|
|
for a repository: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.introduction.repository.svg
|
|
index: 22
|
|
supports:
|
|
- user
|
|
- organization
|
|
- repository
|
|
scopes:
|
|
- public_access
|
|
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 |