From 85d2156ea83045bfc47ce07be8b994091c56616e Mon Sep 17 00:00:00 2001 From: Nina Lee Date: Mon, 6 Jul 2026 14:23:11 -0500 Subject: [PATCH] ci: add team Slack mention to version bump notification Co-Authored-By: Claude Opus 4.8 --- .buildkite/pipelines/send_slack_version_bump_notification.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipelines/send_slack_version_bump_notification.sh b/.buildkite/pipelines/send_slack_version_bump_notification.sh index 32691a56b..f12c8aa72 100755 --- a/.buildkite/pipelines/send_slack_version_bump_notification.sh +++ b/.buildkite/pipelines/send_slack_version_bump_notification.sh @@ -75,6 +75,7 @@ steps: channels: - "${CHANNEL}" message: | + ${slack_title} ${branch_line} ${pr_line} @@ -115,6 +116,7 @@ steps: channels: - "${CHANNEL}" message: | + ${slack_title} ${slack_body} WORKFLOW: \${WORKFLOW:-"(unset)"}