Metrics #93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Metrics | |
on: | |
push: | |
schedule: [{cron: "0 0 * * *"}] | |
workflow_dispatch: | |
jobs: | |
metrics: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🦑 General | |
if: ${{ success() || failure() }} | |
uses: lowlighter/metrics@latest | |
with: | |
filename: general.svg | |
config_timezone: Asia/Kolkata | |
token: ${{ secrets.METRICS_TOKEN }} | |
base: header, activity, community, repositories, metadata | |
base_indepth: yes | |
plugin_isocalendar: yes | |
plugin_introduction: yes | |
plugin_introduction_title: yes | |
plugin_lines: yes | |
plugin_lines_history_limit: 1 | |
plugin_lines_repositories_limit: 4 | |
plugin_lines_sections: base | |
plugin_traffic: yes | |
- name: 🦑 Languages | |
if: ${{ success() || failure() }} | |
uses: lowlighter/metrics@latest | |
with: | |
filename: languages.svg | |
config_timezone: Asia/Kolkata | |
token: ${{ secrets.METRICS_TOKEN }} | |
base: "" | |
plugin_languages: yes | |
plugin_languages_ignored: html, css, cmake | |
plugin_languages_details: lines, bytes-size, percentage | |
plugin_languages_sections: most-used, recently-used | |
plugin_languages_colors: github | |
plugin_languages_limit: 8 | |
plugin_languages_threshold: 0% | |
plugin_languages_other: yes | |
plugin_languages_analysis_timeout: 15 | |
plugin_languages_categories: markup, programming | |
plugin_languages_recent_categories: markup, programming | |
plugin_languages_recent_days: 14 | |
plugin_languages_recent_load: 300 | |
plugin_languages_skipped: eigengravy/courses | |
plugin_followup: yes | |
plugin_followup_sections: user, repositories | |
- name: 🦑 Achievements | |
if: ${{ success() || failure() }} | |
uses: lowlighter/metrics@latest | |
with: | |
filename: achievements.svg | |
config_timezone: Asia/Kolkata | |
token: ${{ secrets.METRICS_TOKEN }} | |
base: "" | |
plugin_achievements: yes | |
plugin_achievements_display: detailed | |
plugin_achievements_secrets: yes | |
plugin_achievements_threshold: C | |
- name: 🦑 Activty | |
if: ${{ success() || failure() }} | |
uses: lowlighter/metrics@latest | |
with: | |
filename: activity.svg | |
config_timezone: Asia/Kolkata | |
token: ${{ secrets.METRICS_TOKEN }} | |
base: "" | |
plugin_activity: yes | |
plugin_activity_days: 14 | |
plugin_activity_filter: all | |
plugin_activity_limit: 5 | |
plugin_activity_load: 300 | |
plugin_activity_visibility: public | |
plugin_stars: yes | |
plugin_stars_limit: 4 | |
plugin_habits: yes | |
plugin_habits_charts: yes | |
plugin_habits_charts_type: classic | |
plugin_habits_days: 14 | |
plugin_habits_from: 200 | |
plugin_habits_languages_limit: 8 | |
plugin_habits_languages_threshold: 0% |