Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0f475e7

Browse files
author
Vikas Agarwal
committed
Disabled all coder bot messages except project creation.
1 parent c29e0b3 commit 0f475e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/common/constants.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,18 +200,22 @@ module.exports = {
200200
submittedForReview: {
201201
title: 'Your project has been submitted for review',
202202
content: data => `Hello, it's Coder again. Thanks for submitting your project <a href="${data.projectUrl}" rel="nofollow">${data.projectName}</a>! I've used my super computational powers to route it to one of our trusty humans. They'll get back to you in 1-2 business days.`,
203+
disabled: true,
203204
},
204205
activated: {
205206
title: 'Work on your project has begun',
206207
content: data => `Good news, everyone! Work on project ${data.projectName} has kicked off. Please keep an eye on the <a href="${data.projectUrl}" rel="nofollow">Dashboard</a> section (or your email inbox) for the latest status updates.`,
208+
disabled: true,
207209
},
208210
canceled: {
209211
title: 'Your project has been canceled',
210212
content: data => `Project <a href="${data.projectUrl}" rel="nofollow">${data.projectName}</a> has been canceled. If you think this may have been a mistake, please reply to this message immediately. Otherwise, looking forward to your next project. Coder signing off....`,
213+
disabled: true,
211214
},
212215
completed: {
213216
title: 'Your project has been completed',
214217
content: data => `Project <a href="${data.projectUrl}" rel="nofollow">${data.projectName}</a> is finished! Well done, team. Looking forward to seeing your next project soon. Coder signing off....`,
218+
disabled: true,
215219
},
216220
},
217221
teamMembers: {

0 commit comments

Comments
 (0)