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
constfreshMsg=!freshCorePRs ? "" : `and there are ${freshCorePRs.length} more fresh Core/Core-Important PRs.\n`;
239
+
constfreshMsg=!freshCorePRs.length
240
+
? ""
241
+
: `and there are ${freshCorePRs.length} more fresh Core/Core-Important PRs.\n`;
240
242
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>`;
0 commit comments