From 6cb5e2b3e2488666cb874cf7a1c703e0fbc3293d Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Thu, 19 May 2022 20:18:33 -0700 Subject: [PATCH] Update metrics.yml --- .github/workflows/metrics.yml | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 97e3041..9f64401 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -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