We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9287721 + 6cde04e commit f700017Copy full SHA for f700017
2 files changed
packages/server/src/utils/notifications/build-error.ts
@@ -246,6 +246,7 @@ export const sendBuildErrorNotifications = async ({
246
short: false,
247
},
248
],
249
+ mrkdwn_in: ["fields"],
250
251
252
});
packages/server/src/utils/notifications/build-success.ts
@@ -262,6 +262,7 @@ export const sendBuildSuccessNotifications = async ({
262
263
264
265
266
267
268
0 commit comments