You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: `and there are ${freshCorePRs.length} more fresh Core/Core-Important PRs.\n`;
243
-
constnotifyMessage=`Hey <@comfy>, Here's x${staleCorePRs.length} Core/Important PRs waiting your feedback!\n\n${staleCorePRsMessage}\n${freshMsg}\nSent from <CorePing> by <@snomiao> cc <@Yoland>`;
247
+
constnotifyMessage=`Hey <@comfy>, Here's x${staleCorePRs.length} Core/Important PRs waiting your feedback!\n\n${staleCorePRsMessage}\n${freshMsg}\nSent from CorePing.ts by <@snomiao> cc <@yoland>`;
244
248
console.log(chalk.bgBlue(notifyMessage));
245
249
246
250
// TODO: update message with delete line when it's reviewed
0 commit comments