Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete Contributor List Extraction #119

Open
smutyala1at opened this issue Oct 17, 2024 · 0 comments
Open

Incomplete Contributor List Extraction #119

smutyala1at opened this issue Oct 17, 2024 · 0 comments

Comments

@smutyala1at
Copy link

Description

It seems the current method for getting contributors only pulls data from the first page of results. Since the GitHub API splits the results into pages (pagination), only the first set of contributors is retrieved.

Problem

The GitHub API returns commit history across multiple pages. The current setup only grabs contributors from the first page of commit history, missing others.

Suggested Fix

  • Implement pagination by checking for more pages and combining the results from all pages. This ensures all contributors are included.
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

No branches or pull requests

1 participant