From 6f8d0fbd9d0a87ab0c8a5b6eaecb53d11dbb64cb Mon Sep 17 00:00:00 2001 From: Preston Date: Mon, 7 Oct 2024 22:32:32 -0400 Subject: [PATCH] Update metrics.yml --- .github/workflows/metrics.yml | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index c2937e7..2d8a0cb 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -1,20 +1,38 @@ +# Visit https://github.com/lowlighter/metrics#-documentation for full reference name: Metrics on: - # Schedule daily updates - schedule: [{cron: "0 0 * * *"}] - # (optional) Run workflow manually + # Schedule updates (each hour) + schedule: [{cron: "0 * * * *"}] + # Lines below let you run workflow manually and on each commit workflow_dispatch: - # (optional) Run workflow when pushing on master/main push: {branches: ["master", "main"]} jobs: github-metrics: runs-on: ubuntu-latest - environment: - name: production 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 user: team401 + template: classic + base: header + config_timezone: America/New_York + plugin_habits: yes + plugin_habits_charts: yes + plugin_habits_charts_type: classic + plugin_habits_days: 14 + plugin_habits_from: 200 + plugin_habits_languages_limit: 8 + plugin_habits_languages_threshold: 0%