Skip to content

[DEVEX-1523] Paginate review comments fetch in AI reviewer#125

Merged
ronneseth merged 1 commit into
mainfrom
DEVEX-1523-paginate-review-comments
May 21, 2026
Merged

[DEVEX-1523] Paginate review comments fetch in AI reviewer#125
ronneseth merged 1 commit into
mainfrom
DEVEX-1523-paginate-review-comments

Conversation

@ronneseth
Copy link
Copy Markdown
Contributor

Summary

  • Adds --paginate to the gh api call that fetches inline review comments so busy PRs with >30 comments don't lose older threads

JIRA: DEVEX-1523

Made with Cursor

Without pagination, gh api only returns ~30 comments per page, so
busy PRs could hide older threads and cause duplicate comments.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ronneseth ronneseth requested a review from a team as a code owner May 19, 2026 23:07
@ronneseth ronneseth requested a review from aspencer May 19, 2026 23:07
@cursor
Copy link
Copy Markdown

cursor Bot commented May 19, 2026

PR Summary

Low Risk
Low risk documentation/prompt tweak in the GitHub Actions workflow; only affects how the AI reviewer fetches PR inline comments and does not touch application code.

Overview
Updates the Claude AI review workflow prompt to fetch inline PR review comments via gh api .../comments --paginate, ensuring older comment threads are included on busy PRs instead of being limited to the default page size.

Reviewed by Cursor Bugbot for commit aebce19. Bugbot is set up for automated code reviews on this repo. Configure here.

@ronneseth ronneseth merged commit ae8b9fe into main May 21, 2026
2 checks passed
@ronneseth ronneseth deleted the DEVEX-1523-paginate-review-comments branch May 21, 2026 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants