Skip to content

Metrics

Metrics #7635

Workflow file for this run

name: Metrics
on:
schedule:
- cron: 0 */12 * * *
workflow_dispatch:
jobs:
github-metrics:
name: Create metrics image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: lowlighter/metrics@latest
with:
filename: .github/metrics.svg
token: ${{ secrets.METRICS_TOKEN }}
user: ${{ github.repository_owner }}
template: classic
base: 'header, activity, repositories, metadata'
config_timezone: America/Denver
plugin_languages: yes
plugin_languages_analysis_timeout: 15
plugin_languages_categories: programming
plugin_language_colors: github
plugin_languages_ignored: >-
html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell,
gnuplot, toml
plugin_languages_sections: most-used, recently-used
plugin_languages_details: bytes-size, percentage
plugin_languages_limit: 8
plugin_languagesa_indepth: yes
plugin_languages_threshold: 2%
plugin_languages_recent_days: 14
plugin_languages_recent_load: 1000