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
body: `Hey ${assignees.map(a=>`@${a}`).join(', ')}, it has been ${hoursSinceAuthor}business‑hours since the author's last update, could you please review? ${BOT_MARKER}`
161
+
body: `Hey ${assignees.map(a=>`@${a}`).join(', ')}, it has been ${hoursSinceAuthor}business‑hours since the author's last update, could you please review? ${BOT_MARKER}`
158
162
});
163
+
console.log(`Comment posted on PR #${prNum}: ${comment.html_url}`);
body: `Heads‑up: it's been ${daysSinceReviewer}business‑days since a reviewer comment. @${author}, any updates? ${assignees.map(a=>`@${a}`).join(' ')}, please check the status with the author. ${BOT_MARKER}`
178
+
body: `Heads‑up: it's been ${daysSinceReviewer}business‑days since a reviewer comment. @${author}, any updates? ${assignees.map(a=>`@${a}`).join(' ')}, please check the status with the author. ${BOT_MARKER}`
174
179
});
180
+
console.log(`Comment posted on PR #${prNum}: ${comment.html_url}`);
0 commit comments