General Metrics #148
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: General Metrics | |
on: | |
# Run every Friday night | |
schedule: [{ cron: "0 0 * * 5" }] | |
# Run workflow manually | |
workflow_dispatch: | |
push: | |
jobs: | |
Metrics: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- name: General | |
if: ${{ success() || failure() }} | |
uses: lowlighter/metrics@latest | |
with: | |
filename: General.svg | |
token: ${{ secrets.METRICS_TOKEN }} | |
user: AbdallahMehiz | |
template: classic | |
# activity displays over inflated commits i don't want to show, skipped repositories | |
# isn't hidding them either | |
base: header, activity, community, repositories, metadata | |
base_hireable: yes | |
base_indepth: yes | |
repositories_skipped: mohafolio, portfolio | |
config_octicon: yes | |
config_timezone: Africa/Algiers | |
config_twemoji: yes | |
plugin_traffic: yes | |
plugin_fortune: yes | |
plugin_gists: yes | |
plugin_habits: yes | |
plugin_habits_charts: yes | |
plugin_habits_charts_type: classic | |
plugin_habits_days: 14 | |
plugin_habits_facts: yes | |
plugin_habits_from: 200 | |
plugin_habits_languages_limit: 8 | |
plugin_habits_languages_threshold: 0% | |
plugin_reactions: yes | |
plugin_reactions_display: absolute | |
plugin_reactions_limit: 200 | |
plugin_reactions_limit_discussions: 100 | |
plugin_reactions_limit_discussions_comments: 100 | |
plugin_reactions_limit_issues: 100 | |
plugin_notable: yes | |
plugin_notable_from: organization | |
plugin_notable_types: all | |
plugin_isocalendar: yes | |
plugin_isocalendar_duration: half-year | |
plugin_languages: yes | |
plugin_languages_analysis_timeout: 15 | |
plugin_languages_analysis_timeout_repositories: 7.5 | |
plugin_languages_categories: markup, programming | |
plugin_languages_colors: github | |
plugin_languages_details: lines,bytes-size | |
plugin_languages_indepth: yes | |
plugin_languages_limit: 8 | |
plugin_languages_recent_categories: markup, programming | |
plugin_languages_recent_days: 14 | |
plugin_languages_recent_load: 300 | |
plugin_languages_sections: most-used | |
plugin_languages_skipped: RusKis | |
plugin_languages_threshold: 0% | |
plugin_followup: yes | |
plugin_followup_sections: repositories, user | |
plugin_followup_indepth: yes | |
plugin_followup_archived: yes | |
plugin_leetcode: yes | |
plugin_leetcode_limit_recent: 2 | |
plugin_leetcode_limit_skills: 10 | |
plugin_leetcode_sections: solved. skills, recent | |
plugin_leetcode_user: abdallahmehiz | |
plugin_lines: yes | |
plugin_lines_sections: base | |
plugin_pagespeed: yes | |
# plugin_pagespeed_detailed: no | |
plugin_pagespeed_url: Abdallah.Mehiz.live | |
plugin_people: yes | |
plugin_people_limit: 24 | |
plugin_people_size: 28 | |
plugin_people_types: followers, following | |
plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }} | |
plugin_wakatime: yes | |
plugin_wakatime_days: 7 | |
plugin_wakatime_languages_other: yes | |
plugin_wakatime_limit: 5 | |
plugin_wakatime_repositories_visibility: all | |
plugin_wakatime_sections: time, projects, projects-graphs, languages, languages-graphs, editors, os | |
plugin_wakatime_url: https://wakatime.com | |
plugin_wakatime_user: AbdallahMehiz | |
repositories_forks: yes |