baylesj/gerritoscope
Fetch Gerrit contribution data and render an SVG heatmap card for your GitHub profile README.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 4, 2026
- License
- MIT
Pinned Snippet
uses: baylesj/gerritoscope@c47a7bb28de430d5b0c73a21de1e05781f96fb10 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Account to query — email address, username, or `self`. | yes | — |
| hosts | Gerrit host(s) to query. Accepts short aliases (chromium, go, android, fuchsia, skia, gerrit, wikimedia, qt, libreoffice, onap), full URLs, or comma-separated lists. Defaults to "chromium". | — | chromium |
| after | Only include changes submitted on or after this date (YYYY-MM-DD). | no | — |
| username | HTTP Basic Auth username (for private Gerrit instances). | no | — |
| password | Gerrit HTTP password (paired with username). | no | — |
| output-svg | Write an SVG heatmap card to this file path. | — | gerrit-heatmap.svg |
| output-md | Write a markdown report to this file path. | no | — |
| svg-theme | Theme for the SVG card. One of: github, github-light, github-dark, solarized-light, solarized-dark, gruvbox-dark, gruvbox-light, tokyo-night, dracula, catppuccin-mocha. | — | github |
| svg-multi-color | Colour each heatmap cell by the dominant Gerrit host/project family. | — | false |
Outputs
no outputs