In the last week we have seen multiple instances where review-pr bot removed all the manually written PR summary and replaced it with the code review comment.
Issue seem to be stemming from different github-api calls
- Correct tool call:
/repos/../../pulls/{pull_number}/reviews
- Incorrect tool call:
/repos/../../pulls/{pull_number}