Files
metrics/source/plugins/calendar
github-actions[bot] 518cd31cc3 chore: code formatting
2022-04-24 06:28:38 +00:00
..
2022-04-24 06:28:38 +00:00
2022-04-23 21:11:28 -04:00
2022-04-23 21:11:28 -04:00

📆 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)
Current year
Full history

➡️ Available options

TypeDescription

plugin_calendar

Enable calendar plugin

On master/main
type: boolean
default: no

plugin_calendar_limit

Years to display

On master/main
type: 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