-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
test.md
Outdated
@@ -0,0 +1 @@ | |||
console.log("hello test"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file contains at least one console log. Please remove any present.
test.md
Outdated
@@ -0,0 +1 @@ | |||
console.log("hello test"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file contains at least one console log. Please remove any present.
test.md
Outdated
@@ -0,0 +1 @@ | |||
console.log("hello test"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file contains at least one console log. Please remove any present.
test.md
Outdated
@@ -0,0 +1 @@ | |||
console.log("hello test"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file contains at least one console log. Please remove any present.
Watermelon AI SummaryThis PR adds random files to the repository. This suggests that the business logic involves the need for additional files, potentially for testing purposes or to support new functionality. GitHub PRs
Click here to login to Jira No results found in Linear Tickets :( Click here to login to Asana |
test.md
Outdated
@@ -0,0 +1 @@ | |||
console.log("hello test"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file contains at least one console log. Please remove any present.
WatermelonAI SummaryThis PR includes three commits: adding random files, adding a space to the WatermelonAI summary title, and searching for a new app name. It aims to enhance the app by avoiding duplicate comments and improving overall functionality. GitHub PRs
Click here to login to Jira No results found in Linear Tickets :( Click here to login to Asana |
WatermelonAI SummaryThis PR includes several commits that update the code by adding random files, adding a space to the WatermelonAI summary title, searching for a new app name to avoid duplicate comments, and removing test files. These changes improve the codebase and align with the business logic of maintaining a clean and organized code repository. GitHub PRs
Click here to login to Jira No results found in Linear Tickets :( Click here to login to Asana |
@@ -469,7 +469,7 @@ export async function POST(request: Request) { | |||
); | |||
// Find our bot's comment | |||
let botComment = comments.data.find((comment) => { | |||
return comment?.user?.login.includes("watermelon-context"); | |||
return comment?.user?.login.includes("watermelon-copilot-for-code-review"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we change the name of the bot?
When?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When we agreed to change the messaging of the product and the company as a whole
Description
We want to improve security and salt access tokens.
Type of change
Bug fix (non-breaking change which fixes an issue)
Acceptance
I have read the Contributing guidelines
I have read the Code of Conduct