|
|
|
@ -10,25 +10,6 @@ jobs:
|
|
|
|
|
github-metrics:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
steps:
|
|
|
|
|
- name: 📊 General
|
|
|
|
|
uses: lowlighter/metrics@latest
|
|
|
|
|
with:
|
|
|
|
|
filename: general.svg
|
|
|
|
|
# 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 }}
|
|
|
|
|
base: header, activity, repositories, community, metadata
|
|
|
|
|
config_order: base.header
|
|
|
|
|
config_timezone: Europe/London
|
|
|
|
|
user: sgoudham
|
|
|
|
|
template: classic
|
|
|
|
|
|
|
|
|
|
- name: 📊 Introduction
|
|
|
|
|
uses: lowlighter/metrics@latest
|
|
|
|
|
with:
|
|
|
|
@ -37,6 +18,7 @@ jobs:
|
|
|
|
|
user: sgoudham
|
|
|
|
|
base: header, activity, repositories, community, metadata
|
|
|
|
|
config_order: base.header
|
|
|
|
|
config_timezone: Europe/London
|
|
|
|
|
plugin_introduction: yes
|
|
|
|
|
|
|
|
|
|
- name: 📊 Recently used
|
|
|
|
@ -77,7 +59,16 @@ jobs:
|
|
|
|
|
filename: achievements.svg
|
|
|
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
|
|
|
base: ""
|
|
|
|
|
plugin_achievements: yeS
|
|
|
|
|
plugin_achievements: yes
|
|
|
|
|
plugin_achievements_display: compact
|
|
|
|
|
plugin_achievements_secrets: yes
|
|
|
|
|
plugin_achievements_threshold: C
|
|
|
|
|
|
|
|
|
|
- name: Indepth analysis
|
|
|
|
|
uses: lowlighter/metrics@latest
|
|
|
|
|
with:
|
|
|
|
|
filename: indepth-analysis.svg
|
|
|
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
|
|
|
base: ""
|
|
|
|
|
plugin_followup: yes
|
|
|
|
|
plugin_followup_indepth: yes
|
|
|
|
|