From 39c5a0ad28341206566d955ad42bff5ca4a6aa31 Mon Sep 17 00:00:00 2001 From: Dima YaFlay <93622229+YaFlay@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:11:46 +0300 Subject: [PATCH] Create blank.yml --- .github/workflows/blank.yml | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 00000000..a02f8829 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,43 @@ +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 + 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: YaFlay + template: classic + base: header, activity, community, repositories, metadata + config_octicon: yes + config_timezone: Europe/Moscow + config_twemoji: yes + plugin_languages: yes + plugin_languages_analysis_timeout: 15 + plugin_languages_analysis_timeout_repositories: 7.5 + 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%