This plugin display coding habits based on your recent activity, such as active hours and languages recently used. | |
Supported features → Full specification |
📗 Classic template |
👤 Users 👥 Organizations |
|
🔑 (scopeless) read:org (optional) read:user (optional) repo (optional) |
|
By default, dates use Greenwich meridian (GMT/UTC).
Configure config_timezone
(see supported timezone) to avoid time offsets.
Example: configuring timezone
- uses: lowlighter/metrics@latest
with:
config_timezone: Europe/Paris
name: Midly interesting facts
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.habits.facts.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_habits: yes
plugin_habits_facts: yes
plugin_habits_charts: no
config_timezone: Europe/Paris
name: Recent activity charts
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.habits.charts.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_habits: yes
plugin_habits_facts: no
plugin_habits_charts: yes
config_timezone: Europe/Paris