From b307de6af63e797104ffc67cf0f69a99e901a057 Mon Sep 17 00:00:00 2001 From: Alessandro Pagnin Date: Wed, 14 Jan 2026 12:11:58 +0100 Subject: [PATCH] feat: add namespace in the slack notification --- controlplane/src/core/webhooks/OrganizationWebhookService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controlplane/src/core/webhooks/OrganizationWebhookService.ts b/controlplane/src/core/webhooks/OrganizationWebhookService.ts index 1a3375d24f..f4fe1a6748 100644 --- a/controlplane/src/core/webhooks/OrganizationWebhookService.ts +++ b/controlplane/src/core/webhooks/OrganizationWebhookService.ts @@ -320,7 +320,7 @@ export class OrganizationWebhookService { type: 'section', text: { type: 'mrkdwn', - text: `🚀 Schema of the federated graph *<${process.env.WEB_BASE_URL}/${eventData.payload.organization.slug}/${graph.namespace}/graph/${graph.name} | ${graph.name}>* has been updated 🎉`, + text: `🚀 Schema of the federated graph *<${process.env.WEB_BASE_URL}/${eventData.payload.organization.slug}/${graph.namespace}/graph/${graph.name} | ${graph.name}>* in *${graph.namespace}* namespace has been updated 🎉`, }, }, ],