Files
metrics/source/plugins/notable/metadata.yml
2022-01-15 22:36:25 -05:00

55 lines
1.5 KiB
YAML

name: "🎩 Notable contributions"
category: github
description: This plugin displays badges of repositories where you commited at least once on default branch.
examples:
+indepth analysis: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.notable.indepth.svg
contributions in organizations only: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.notable.svg
index: 15
supports:
- user
scopes:
- public_access
inputs:
plugin_notable:
description: Enable notable plugin
type: boolean
default: no
plugin_notable_filter:
description: |
Query filter
Based on [GitHub search syntax](https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
Supported fields are `stars`, `forks` and `watchers`
type: string
default: ""
example: stars:>500 forks:>100
plugin_notable_from:
description: |
Filter by repository owner account type
- `all`: no filtering
- `organization`: only organization accounts repositories
- `user`: only user accounts repositories
type: string
default: organization
values:
- all
- organization
- user
plugin_notable_repositories:
description: |
Toggle repository name display
Note that Repositories hosted by user account will always be fully displayed
type: boolean
default: no
plugin_notable_indepth:
description: Indepth mode
type: boolean
default: no
extras: yes