make a rough draft of identifying if the bot already commented#364
make a rough draft of identifying if the bot already commented#364baristaGeek wants to merge 1 commit intodevfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| }); | ||
|
|
||
| if (addtionsHaveConsoleLog === "true" && existingCommentsByBot.length === 0) { | ||
| const commentFileDiff = () => { |
There was a problem hiding this comment.
This file contains at least one console log. Please remove any present.
WatermelonAI SummaryThis PR aims to create a draft for identifying if the bot has already commented. It states that preventing duplicate comments on a line diff is more challenging than doing it on the PR itself. The PR body also includes acceptance of contributing guidelines and code of conduct. GitHub PRs
Click here to login to Jira Linear TicketsClick here to login to Asana |
|
#377 is the correct approach |
Description
WIP. It's a little bit more challenging to prevent dup comments on the line diff than it's to do it on the PR.
Type of change
Acceptance