From 095d118eee83ddd70953140bba1f24e2288f4ec8 Mon Sep 17 00:00:00 2001 From: Antim Pal <134076504+iamAntimPal@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:02:31 +0530 Subject: [PATCH] Create topic.yml --- .github/workflows/topic.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/topic.yml diff --git a/.github/workflows/topic.yml b/.github/workflows/topic.yml new file mode 100644 index 0000000..78e0a1e --- /dev/null +++ b/.github/workflows/topic.yml @@ -0,0 +1,35 @@ +# Visit https://github.com/lowlighter/metrics#-documentation for full reference +name: Followup +on: + # Schedule updates (daily) + schedule: [{ cron: "0 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: iamAntimPal + template: classic + base: header, activity, community, repositories, metadata + config_timezone: Germany/Berlin + plugin_followup: yes + plugin_followup_sections: repositories, user + plugin_followup_indepth: yes + plugin_followup_archived: no