From 11b11ea8dec67f3e68d4312cbdae471fc6494ad3 Mon Sep 17 00:00:00 2001 From: Claude BM Date: Tue, 21 Apr 2026 05:18:26 +0000 Subject: [PATCH] feat: tag @TSHARPSbm_bot in all CI notifications so Claude sees results --- ci-notify.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ci-notify.sh b/ci-notify.sh index 2f9f385..4d27098 100755 --- a/ci-notify.sh +++ b/ci-notify.sh @@ -26,7 +26,9 @@ if [ "$STATUS" = "pass" ]; then Tests: ${SUMMARY} Features: ${FEATURES} Duration: ${DURATION} -Pushed by: ${ACTOR}" +Pushed by: ${ACTOR} + +@TSHARPSbm_bot" elif [ "$STATUS" = "fail" ]; then ICON="❌" @@ -37,7 +39,8 @@ Features: ${FEATURES} Duration: ${DURATION} Pushed by: ${ACTOR} -${TAG_USERS} — this build needs attention." +${TAG_USERS} — this build needs attention. +@TSHARPSbm_bot" elif [ "$STATUS" = "error" ]; then ICON="🚨" @@ -46,7 +49,8 @@ elif [ "$STATUS" = "error" ]; then The CI runner itself failed — not a test failure. Check logs: journalctl -u tsharps-ci --since '5 minutes ago' -${TAG_USERS} — runner needs attention." +${TAG_USERS} — runner needs attention. +@TSHARPSbm_bot" fi curl -s -X POST "https://api.telegram.org/bot${BOT_TOKEN}/sendMessage" \