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" \