From ce66b069e5b2dc5f08df691a30eb976065597b97 Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:16:48 +0200 Subject: [PATCH] enhance: add Repobeats visual analytics to Discord report - Include Repobeats chart URL in the weekly metrics message - Provides visual complement to the text-based metrics - Shows broader repository health and trends --- .github/workflows/weekly-metrics-discord.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/weekly-metrics-discord.yml b/.github/workflows/weekly-metrics-discord.yml index df8cf155..459c19b8 100644 --- a/.github/workflows/weekly-metrics-discord.yml +++ b/.github/workflows/weekly-metrics-discord.yml @@ -77,6 +77,9 @@ jobs: • Merged: ${{ steps.metrics.outputs.prs_merged }} • Avg Response Time: ${{ steps.metrics.outputs.pr_avg_first_response }} • Avg Time to Merge: ${{ steps.metrics.outputs.pr_avg_merge_time }} + + **📈 Visual Analytics** + https://repobeats.axiom.co/api/embed/b439f28f0ab5bd7a2da19505355693cd2c55bfd4.svg color: 0x58AFFF username: Task Master Metrics Bot avatar_url: https://raw.githubusercontent.com/eyaltoledano/claude-task-master/main/images/logo.png