Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Add networking-bot tag to Slack alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Aug 1, 2023
1 parent eca246a commit 15e27b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/slackAlert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const slackAlert = async (message: string): Promise<void> => {
},
data: {
channel: env.ALERTS_SLACK_CHANNEL_ID,
text: message,
text: `networking-bot: ${message}`,
},
}).then((res) => {
if (!res.data.ok) {
Expand Down

0 comments on commit 15e27b3

Please # to comment.