Skip to content

Metrics

Metrics #1410

Workflow file for this run

# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Metrics
on:
# Schedule updates (each hour)
schedule: [{cron: "0 6 * * ?"}]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
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)
# - repo (optional, if you want to include private repositories)
token: ${{ secrets.METRICS_TOKEN }}
# Options
user: jgckM
template: classic
base: header, activity, community, repositories
config_octicon: yes
config_timezone: Asia/Shanghai
config_twemoji: yes
plugin_isocalendar: yes
plugin_isocalendar_duration: full-year
plugin_languages: yes
plugin_languages_analysis_timeout: 15
plugin_languages_categories: markup, programming
plugin_languages_colors: github
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_threshold: 0%
plugin_followup: yes
plugin_followup_sections: repositories
plugin_lines: yes
plugin_notable: yes
plugin_notable_filter: commits:>2 stars:>2
plugin_notable_from: all
plugin_notable_indepth: yes
plugin_notable_repositories: yes
plugin_notable_skipped: huanghongxun/HMCL,HGPlayground,sandtechnology/CoreProtectTNT
plugin_notable_types: commit,pull_request
users_ignored: github-actions[bot], dependabot[bot], dependabot-preview[bot], actions-user, foosa-bot, crowdin, imgbot, imgbot[bot]
filename: "profile-left.svg"
- 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)
# - repo (optional, if you want to include private repositories)
token: ${{ secrets.METRICS_TOKEN }}
# Options
user: jgckM
template: classic
base: metadata
config_octicon: yes
config_timezone: Asia/Shanghai
config_twemoji: yes
plugin_achievements: yes
plugin_achievements_display: detailed
plugin_achievements_secrets: yes
plugin_achievements_threshold: C
plugin_people: yes
plugin_people_limit: 24
plugin_people_size: 28
plugin_people_types: followers, following
users_ignored: github-actions[bot], dependabot[bot], dependabot-preview[bot], actions-user, foosa-bot, crowdin, imgbot, imgbot[bot]
filename: "profile-right.svg"