What happens
When the fix agent pushes changes to a PR branch, it does not re-request review from anyone. Reviewers who previously submitted reviews (whether "changes requested," "approved," or "comment only") are not notified that new changes are available for review. This can leave PRs idle when reviewers don't notice the new push.
What should happen
After the fix agent pushes changes to a PR, it should re-request review from all users and bots that have previously submitted a review on that PR. This signals to every reviewer — human and bot — that the fix agent considers its changes ready for another look.
Context
What happens
When the fix agent pushes changes to a PR branch, it does not re-request review from anyone. Reviewers who previously submitted reviews (whether "changes requested," "approved," or "comment only") are not notified that new changes are available for review. This can leave PRs idle when reviewers don't notice the new push.
What should happen
After the fix agent pushes changes to a PR, it should re-request review from all users and bots that have previously submitted a review on that PR. This signals to every reviewer — human and bot — that the fix agent considers its changes ready for another look.
Context
POST /repos/{owner}/{repo}/pulls/{number}/requested_reviewers) sends notifications and resets the review state for those reviewers, making it clear the PR has new changes to evaluate.fullsend-ai-review[bot]).