| ← Back to plugins index | |
📆 Commit calendar | |
|---|---|
This plugin can display commit calendar across several years. | |
| ⚠️ Disclaimer | This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with GitHub. All product and company names are trademarks™ or registered® trademarks of their respective holders. |
| Supported features → Full specification |
📗 Classic template |
👤 Users |
|
🔑 (scopeless) read:org (optional) read:user (optional) read:packages (optional) repo (optional) |
|
|
|
|
➡️ Available options
| Option | Description |
|
Enable calendar plugin |
✨ On master/maintype: boolean
default: no |
|
|
Years to display This option has different behaviours depending on its value:
|
✨ 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