Skip to content

Fix GitHub stars update - #791

Merged
xmulligan merged 2 commits into
mainfrom
pr/qmonnet/stars-bump
Feb 19, 2026
Merged

Fix GitHub stars update#791
xmulligan merged 2 commits into
mainfrom
pr/qmonnet/stars-bump

Conversation

@qmonnet

@qmonnet qmonnet commented Feb 18, 2026

Copy link
Copy Markdown
Member
  • Fix script to update star counts for eBPF landscape (assisted with Claude)
  • Update stars counts for eBPF landscape projects

qmonnet and others added 2 commits February 18, 2026 17:47
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>
@qmonnet
qmonnet requested a review from xmulligan February 18, 2026 17:53
@qmonnet
qmonnet requested a review from a team as a code owner February 18, 2026 17:53
@netlify

netlify Bot commented Feb 18, 2026

Copy link
Copy Markdown

Deploy Preview for ebpfio ready!

Name Link
🔨 Latest commit a1c31dc
🔍 Latest deploy log https://app.netlify.com/projects/ebpfio/deploys/6995fc95e79b87000867af9e
😎 Deploy Preview https://deploy-preview-791--ebpfio.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@qmonnet

qmonnet commented Feb 18, 2026

Copy link
Copy Markdown
Member Author

@xmulligan

Copy link
Copy Markdown
Contributor

Thanks!

@xmulligan
xmulligan merged commit 91e282d into main Feb 19, 2026
5 checks passed
@qmonnet
qmonnet deleted the pr/qmonnet/stars-bump branch February 19, 2026 09:34
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