28 lines
696 B
YAML
28 lines
696 B
YAML
name: "🎩 Notable contributions"
|
|
cost: 1 GraphQL request per 100 repositories fetched
|
|
categorie: github
|
|
index: 18
|
|
supports:
|
|
- user
|
|
inputs:
|
|
|
|
# Enable or disable plugin
|
|
plugin_notable:
|
|
description: Display notable contributions in organizations
|
|
type: boolean
|
|
default: no
|
|
|
|
# Query filter
|
|
# Based on GitHub search notation
|
|
# Supported fields are "stars", "forks" and "watchers"
|
|
plugin_notable_filter:
|
|
description: Query filter
|
|
type: string
|
|
default: ""
|
|
example: stars:>500 forks:>100
|
|
|
|
# Also display repository name along with organization name
|
|
plugin_notable_repositories:
|
|
description: Also display repository name
|
|
type: boolean
|
|
default: no |