Skip to content

Metrics

Metrics #364

Workflow file for this run

name: Metrics
on:
# Schedule updates (each hour)
schedule: [{cron: "0 16 * * *"}]
# Lines below let you run workflow manually and on each commit (optional)
workflow_dispatch:
push: {branches: ["main"]}
jobs:
metrics-main:
runs-on: ubuntu-latest
steps:
# See action.yml for all options
- uses: lowlighter/metrics@latest
with:
# Your GitHub token
token: ${{ secrets.GITHUB_TOKEN }}
user: tisonkun
base: header, activity, community, repositories, metadata
filename: metrics-main.svg
template: classic
repositories: 200
repositories_batch: 50
base_indepth: yes
base_hireable: yes
metrics-lang-notable:
runs-on: ubuntu-latest
steps:
# See action.yml for all options
- uses: lowlighter/metrics@latest
with:
# Your GitHub token
token: ${{ secrets.GITHUB_TOKEN }}
plugin_languages: yes
plugin_languages_ignored: CMake, HTML, CSS, QML, QMake, NSIS, Makefile, PowerShell, NASL
plugin_languages_sections: most-used
plugin_languages_limit: 8
plugin_languages_details: percentage
plugin_languages_indepth: no
plugin_languages_analysis_timeout: 30
plugin_languages_categories: programming
plugin_notable: yes
plugin_notable_filter: stars:>200 forks:>50
plugin_notable_from: organization
plugin_notable_repositories: yes
plugin_notable_skipped: ''
plugin_notable_indepth: no
user: tisonkun
base: ''
filename: metrics-lang-notable.svg
template: classic
repositories: 200
repositories_batch: 50