Skip to content

Fix pagination loop termination with since filter - #11

Open
Muyutxd1 wants to merge 1 commit into
alisteuber4ee1:mainfrom
Muyutxd1:fix-pagination-loop-since
Open

Fix pagination loop termination with since filter#11
Muyutxd1 wants to merge 1 commit into
alisteuber4ee1:mainfrom
Muyutxd1:fix-pagination-loop-since

Conversation

@Muyutxd1

@Muyutxd1 Muyutxd1 commented Jul 7, 2026

Copy link
Copy Markdown

Fixes #1
/claim #1

Summary

  • prevent pagination loops when the GitHub API returns a non-advancing NextPage
  • preserve Since pagination behavior through the existing options flow
  • de-duplicate issues returned across paginated responses by GitHub issue ID

Tests

  • Added regression coverage for non-advancing pagination with since
  • Added regression coverage for duplicate issues across pages
  • Not run locally: Go toolchain is not installed in this environment

@opirebot

opirebot Bot commented Jul 7, 2026

Copy link
Copy Markdown

👀 We've notified the reward creators here.
Make sure your payment account is ready to receive the payment for your hard work 💪

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.

🎯 Fix Pagination Loop Termination When Fetching Repository Issues with 'Since' Filter

1 participant