Skip to content

Commit f700017

Browse files
authored
Merge pull request #4163 from Dokploy/fix/slack-notification-mrkdwn
fix: replace deprecated Slack actions with mrkdwn link field
2 parents 9287721 + 6cde04e commit f700017

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/server/src/utils/notifications/build-error.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ export const sendBuildErrorNotifications = async ({
246246
short: false,
247247
},
248248
],
249+
mrkdwn_in: ["fields"],
249250
},
250251
],
251252
});

packages/server/src/utils/notifications/build-success.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ export const sendBuildSuccessNotifications = async ({
262262
short: false,
263263
},
264264
],
265+
mrkdwn_in: ["fields"],
265266
},
266267
],
267268
});

0 commit comments

Comments
 (0)