Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
EstebanDalelR
left a comment
There was a problem hiding this comment.
I would rather it happened on the action, instead of on the extension
Ah! It seems like I had a conceptual vacuum about this. Thanks. Basically, I thought that extension/getContext served both UIs. I'll fix it. |
WatermelonAI SummaryThe 19 commits in the Pull Request indicate a series of changes related to the feature of having Watermelon as a reviewer. These changes include building a prompt to produce desired results, flagging PRs, changing comparison strings for detecting already labeled PRs, updating hardcoded PR titles and numbers to those stored on GitHub, removing console logs, fixing parameter names, and moving logic to a separate file. These commits also involve removing unnecessary code, refactoring to prevent race conditions, adding error handling, and tracking PR ratings per repo on PostHog. Overall, these changes aim to improve the functionality and reliability of Watermelon as a reviewer. Additionally, the PR title suggests that this Pull Request attempts to standardize API responses for easier processing and storage. GitHub PRs
Click here to login to Jira Notion PagesLinear Tickets deactivated by EstebanDalelR |
…el removing if after syncrhonyzation the PR doesnt meet the business requirements
Description
This PR adds the "Watermelon as Reviewer 0" feature: We compare the title of the PR with the Watermelon AI summary, score how similar those 2 are, and based on that rating label a PR if it's safe to merge.
Type of change
Acceptance