Skip to content

Add contributor data generation pipeline#2753

Merged
gsmet merged 1 commit into
quarkusio:mainfrom
holly-cummins:add-contributors-data
Jun 22, 2026
Merged

Add contributor data generation pipeline#2753
gsmet merged 1 commit into
quarkusio:mainfrom
holly-cummins:add-contributors-data

Conversation

@holly-cummins

Copy link
Copy Markdown
Contributor

This reproduces the logic, but not the code, from what we do over on the extensions site. I wondered about reusing the code but it's so coupled to gatsby, I decided there wasn't enough left after stripping that out. And it's javascript.

I thought we had a pressing need for it, and then that need slightly vanished, but raising a PR in case it's useful. This change generates data we can then use in pages to show commit counts from opted-in companies. This could be used, for example, to enrich company cards on the 'benefactors' page with a graphic about their contribution levels, or to sort cards according to contribution levels.

Implementation:
JBang script queries GitHub GraphQL API for commit history on quarkusio/quarkus, normalizes company names, aggregates by company, applies opt-in filtering from quarkus-extension-catalog, and writes YAML to _data/contributors.yaml. Weekly CI job mirrors the working-groups sync pattern.

cc @Sanne

JBang script queries GitHub GraphQL API for commit history on quarkusio/quarkus,
normalizes company names, aggregates by company, applies opt-in filtering from
quarkus-extension-catalog, and writes YAML to _data/contributors.yaml.
Weekly CI job mirrors the working-groups sync pattern.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown

🙈 The PR is closed and the preview is expired.

@gsmet gsmet merged commit 552bed0 into quarkusio:main Jun 22, 2026
1 check passed
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