Skip to content

Fix GitHub issue pagination with since filter#6

Open
felixvippp-ai wants to merge 1 commit into
alisteuber4ee1:mainfrom
felixvippp-ai:codex/fix-since-pagination
Open

Fix GitHub issue pagination with since filter#6
felixvippp-ai wants to merge 1 commit into
alisteuber4ee1:mainfrom
felixvippp-ai:codex/fix-since-pagination

Conversation

@felixvippp-ai

Copy link
Copy Markdown

Closes #1

Summary

  • Switch the issue fetcher to the correct go-github ListByRepo API.
  • Continue pagination from the response NextPage value so short pages do not stop the loop early and non-sequential page numbers are respected.
  • Preserve Since-filtered pagination coverage and skip duplicate issues across pages using stable issue identifiers.
  • Add go.sum so the module can be tested reproducibly.

Validation

  • go test ./...

Payment address: 0x1aba67a6f349826fbaea17f54556a42d42399474

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