forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yml
More file actions
28 lines (25 loc) · 695 Bytes
/
metadata.yml
File metadata and controls
28 lines (25 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: "🎩 Notable contributions"
cost: 1 GraphQL request per 100 repositories fetched
category: github
index: 20
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