From fd250c5561a0d6eea23de0bc05595e5bd4b18c02 Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Thu, 19 May 2022 19:07:26 -0700 Subject: [PATCH] Delete workflow.yml --- .github/workflow.yml | 85 -------------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 .github/workflow.yml diff --git a/.github/workflow.yml b/.github/workflow.yml deleted file mode 100644 index 787ec60..0000000 --- a/.github/workflow.yml +++ /dev/null @@ -1,85 +0,0 @@ -# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference -name: Metrics -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 - steps: - - name: 📊 General - if: ${{ success() || failure() }} - 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: 📊 Organization introduction - uses: lowlighter/metrics@latest - with: - filename: metrics.plugin.introduction.svg - token: ${{ secrets.METRICS_TOKEN }} - user: github - base: header - plugin_introduction: yes - - - name: 📊 Recently used - uses: lowlighter/metrics@latest - with: - filename: metrics.plugin.languages.recent.svg - token: ${{ secrets.METRICS_TOKEN }} - base: "" - plugin_languages: yes - plugin_lines: yes - plugin_languages_sections: recently-used - plugin_languages_details: bytes-size, percentage - plugin_languages_limit: 8 - plugin_languages_analysis_timeout: 15 - plugin_languages_categories: markup, programming - plugin_languages_colors: github - 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% - - - name: 📊 Recent activity - uses: lowlighter/metrics@latest - with: - filename: metrics.plugin.activity.svg - token: ${{ secrets.METRICS_TOKEN }} - base: "" - plugin_activity: yes - plugin_activity_limit: 5 - plugin_activity_days: 14 - plugin_activity_filter: issue, pr, release, fork, review, ref/create - plugin_activity_limit: 5 - plugin_activity_load: 300 - plugin_activity_visibility: public - - - name: Compact display - uses: lowlighter/metrics@latest - with: - filename: metrics.plugin.achievements.compact.svg - token: ${{ secrets.METRICS_TOKEN }} - base: "" - plugin_achievements: yeS - plugin_achievements_display: compact - plugin_achievements_secrets: yes - plugin_achievements_threshold: c