forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yml
76 lines (65 loc) · 1.91 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
name: "🏆 Achievements"
category: github
description: This plugin displays several highlights about what you 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: 14
supports:
- user
- organization
scopes:
- public_access
inputs:
plugin_achievements:
description: Enable achievements plugin
type: boolean
default: no
plugin_achievements_threshold:
description: |
Display rank threshold
Use `X` to display achievements not yet unlocked
type: string
default: C
values:
- S
- A
- B
- C
- X
plugin_achievements_secrets:
description: Display 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
plugin_achievements_ignored:
description: |
Hide specified achievements
Use names without the rank adjective (i.e. without "great", "super" or "master")
type: array
format: comma-separated
default: ""
example: octonaut, automator, explorer
plugin_achievements_only:
description: |
Restrict display to specified achievements
Use names without the rank adjective (i.e. without "great", "super" or "master")
This option is equivalent to `plugin_achievements_ignored` with all existing achievements but the ones listed in this option
type: array
format: comma-separated
default: ""
example: octonaut, automator, explorer