Skip to content

fix(pr-iter): ignore bot reviews with no inline comments - #123922

Merged
alexsohn1126 merged 1 commit into
masterfrom
alexsohn/cw-1998-block-bot-reviews-with-no-comments-from-iterating
Sep 9, 2026
Merged

fix(pr-iter): ignore bot reviews with no inline comments#123922
alexsohn1126 merged 1 commit into
masterfrom
alexsohn/cw-1998-block-bot-reviews-with-no-comments-from-iterating

Conversation

@alexsohn1126

@alexsohn1126 alexsohn1126 commented Sep 9, 2026

Copy link
Copy Markdown
Member

Some bots "review" a PR with only a summary body, mostly saying "this pr looks good to me!", and no inline comments. Autofix treated that as feedback and ran a PR iteration.

we will drop those reviews before it gets processed, so UI won't show it, Seer won't be triggered, and it will just be treated as if it's not feedback.

example:

on github we leave one human review and one bot review both with no inline comments

image

in sentry only the human review got processed

image

Bots that approve a PR with only a summary body ("this pr looks good to
me!") were treated as review feedback and drove an Autofix iteration.
Drop those reviews before the body fetch. Human summary-only reviews are
still real feedback and keep iterating.

Claude-Session: https://claude.ai/code/session_018aDv6h3DLDkVVfgTi7A1RJ
@linear-code

linear-code Bot commented Sep 9, 2026

Copy link
Copy Markdown

CW-1998

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 9, 2026
@alexsohn1126

Copy link
Copy Markdown
Member Author

bugbot review

@sentry review

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit aeaac9c. Configure here.

@alexsohn1126
alexsohn1126 marked this pull request as ready for review September 9, 2026 17:47
@alexsohn1126
alexsohn1126 requested a review from a team as a code owner September 9, 2026 17:47
@alexsohn1126
alexsohn1126 merged commit 38910e7 into master Sep 9, 2026
72 checks passed
@alexsohn1126
alexsohn1126 deleted the alexsohn/cw-1998-block-bot-reviews-with-no-comments-from-iterating branch September 9, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants