Skip to content

Metrics (intro)

Metrics (intro) #13499

# Visit https://github.com/lowlighter/metrics#-documentation for full reference
name: Metrics (intro)
on:
# Schedule updates (each hour)
schedule: [{cron: "0 * * * *"}]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: lowlighter/metrics@latest
with:
# Your GitHub token
# The following scopes are required:
# - public_access (default scope)
# The following additional scopes may be required:
# - read:org (for organization related metrics)
# - read:user (for user related data)
# - read:packages (for some packages related data)
# - repo (optional, if you want to include private repositories)
token: ${{ secrets.METRICS_TOKEN }}
# Options
# Options
user: lazappi
template: classic
base: activity, community, repositories, metadata
base_indepth: yes
config_timezone: Europe/Berlin
plugin_followup: yes
plugin_followup_archived: yes
plugin_followup_sections: repositories
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_introduction: yes
plugin_introduction_title: yes
filename: "github-intro.svg"