📆 Calendar | |
|---|---|
This plugin displays your commit calendar across several years | |
| Supported features → Full specification |
📗 Classic template |
👤 Users |
|
🔑 (scopeless) read:org (optional) read:user (optional) read:packages (optional) repo (optional) |
|
|
|
|
➡️ Available options
| Type | Description |
|
Enable calendar plugin |
✨ On master/maintype: boolean
default: no |
|
|
Years to display |
✨ On master/maintype: number
zero behaviour: disable default: 1 |
ℹ️ Examples workflows
name: Current year calendar
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.calendar.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_calendar: yes
name: Full history calendar
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.calendar.full.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_calendar: yes
plugin_calendar_limit: 0