Fix GitHub stars update - #791
Merged
Merged
Conversation
qmonnet
commented
Feb 18, 2026
Member
- Fix script to update star counts for eBPF landscape (assisted with Claude)
- Update stars counts for eBPF landscape projects
The script would run too many API requests, hitting GitHub's rate-limit restrictions. This means that we couldn't run it locally, or in the GitHub workflow, correctly. Change the script to retrieve stars for all repositories at once instead (in fact, there are two requests, one for the emerging projects, one for the major projects), using the GraphQL API. I'm not familiar with GraphQL, and most of the change was authored by Claude Code; I tested and reviewed it. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Quentin Monnet <qmo@qmon.net>
Simply run ./scripts/update-stars.sh, and commit the changes. Signed-off-by: Quentin Monnet <qmo@qmon.net>
✅ Deploy Preview for ebpfio ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
Author
|
Manual workflow run succeeded: https://github.com/ebpf-io/ebpf.io-website/actions/runs/22151252547/job/64042954435 |
xmulligan
approved these changes
Feb 19, 2026
Contributor
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.