diff --git a/.buildkite/scripts/serverless/create_deploy_tag/release_wizard_messaging.ts b/.buildkite/scripts/serverless/create_deploy_tag/release_wizard_messaging.ts index 8a8a287ab7e58..7873332371823 100644 --- a/.buildkite/scripts/serverless/create_deploy_tag/release_wizard_messaging.ts +++ b/.buildkite/scripts/serverless/create_deploy_tag/release_wizard_messaging.ts @@ -366,6 +366,19 @@ async function sendReleaseSlackAnnouncement({ text: '*Useful links:*\n\n' + Object.entries(usefulLinksSection) + .filter(([name]) => !name.includes('GPCTL')) + .map(([name, link]) => ` • <${link}|${name}>`) + .join('\n'), + }, + }, + { + type: 'section', + text: { + type: 'mrkdwn', + text: + '*GPCTL Dashboards:*\n\n' + + Object.entries(usefulLinksSection) + .filter(([name]) => name.includes('GPCTL')) .map(([name, link]) => ` • <${link}|${name}>`) .join('\n'), },