From 15e27b3626c1001896a7ad9edd30345142fd1f71 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Tue, 1 Aug 2023 13:34:38 +0100 Subject: [PATCH] Add networking-bot tag to Slack alerts --- src/lib/api/slackAlert.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/api/slackAlert.ts b/src/lib/api/slackAlert.ts index 694066e..8993a5b 100644 --- a/src/lib/api/slackAlert.ts +++ b/src/lib/api/slackAlert.ts @@ -16,7 +16,7 @@ export const slackAlert = async (message: string): Promise => { }, data: { channel: env.ALERTS_SLACK_CHANNEL_ID, - text: message, + text: `networking-bot: ${message}`, }, }).then((res) => { if (!res.data.ok) {