From 185743fe62faacd9c694ade0efd9d6dc41f16267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Thu, 30 Apr 2026 07:47:10 +0800 Subject: [PATCH] ci: include branch in lark notification titles Co-Authored-By: Claude Opus 4.6 (1M context) --- scripts/ci/notify_feishu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/notify_feishu.sh b/scripts/ci/notify_feishu.sh index 76f8733..f357188 100644 --- a/scripts/ci/notify_feishu.sh +++ b/scripts/ci/notify_feishu.sh @@ -113,7 +113,7 @@ build_deploy_payload() { "template": "${color}", "title": { "tag": "plain_text", - "content": "catalog-agent 部署成功" + "content": "[${branch}] catalog-agent 部署成功" } }, "elements": [ @@ -235,7 +235,7 @@ build_image_push_payload() { "template": "${color}", "title": { "tag": "plain_text", - "content": "catalog-agent 镜像推送成功" + "content": "[${branch}] catalog-agent 镜像推送成功" } }, "elements": [