forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yml
84 lines (72 loc) · 2.08 KB
/
metadata.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name: 🏆 Achievements
category: github
description: |
This plugin displays several highlights about what an account has achieved on GitHub.
examples:
+compact display: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.achievements.compact.svg
detailed display: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.achievements.svg
index: 19
supports:
- user
- organization
scopes:
- public_access
inputs:
plugin_achievements:
description: |
Enable achievements plugin
type: boolean
default: no
extras:
- metrics.run.puppeteer.scrapping
plugin_achievements_threshold:
description: |
Rank threshold filter
Use `X` to display achievements not yet unlocked
type: string
default: C
values:
- S
- A
- B
- C
- X
plugin_achievements_secrets:
description: |
Secrets achievements
type: boolean
default: yes
plugin_achievements_display:
description: |
Display style
- `detailed`: display icon, name, description and ranking
- `compact`: display icon, name and value
type: string
default: detailed
values:
- detailed
- compact
plugin_achievements_limit:
description: |
Display limit
type: number
default: 0
min: 0
zero: disable
plugin_achievements_ignored:
description: |
Ignored achievements
Use achievements names without their rank adjective (i.e. without "great", "super" or "master")
type: array
format: comma-separated
default: ""
example: octonaut, automator, explorer
plugin_achievements_only:
description: |
Showcased achievements
Use achievements names without their rank adjective (i.e. without "great", "super" or "master")
This option is equivalent to [`plugin_achievements_ignored`](/source/plugins/achievements/README.md#plugin_achievements_ignored) with all existing achievements except the ones listed in this option
type: array
format: comma-separated
default: ""
example: octonaut, automator, explorer