-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
metadata.yml
32 lines (29 loc) · 1 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
name: 📆 Commit calendar
category: github
description: |
This plugin can display commit calendar across several years.
examples:
current year: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.calendar.svg
+full history: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.calendar.full.svg
index: 17
supports:
- user
scopes:
- public_access
inputs:
plugin_calendar:
description: |
Enable calendar plugin
type: boolean
default: no
plugin_calendar_limit:
description: |
Years to display
This option has different behaviours depending on its value:
- `n > 0` will display the last `n` years, relative to current year
- `n == 0` will display all years starting from GitHub account registration date
- `n < 0` will display all years plus `n` additional years, relative to GitHub account registration date
- Use this when there are commits pushed before GitHub registration
type: number
default: 1
zero: disable