ghstats-cards
Version updated for https://github.com/tiennm99/ghstats to version v1.4.1.
- This action is used across all versions by 2 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ghstats GitHub Action generates customizable SVG cards that visually summarize a GitHub user’s profile, including activity trends, language usage, repository statistics, and contributions over time. It automates the process of creating aesthetically themed, data-rich visualizations for embedding in profile READMEs, helping users showcase their GitHub activity and achievements in a concise, engaging format. Key capabilities include support for various metrics like contribution heatmaps, language breakdowns, productivity patterns, and repository highlights.
What’s Changed
Fixes
- Contributions (last year) chart — trim the daily series to a clean 13-month span ending at the current month. GitHub’s
contributionCalendaris week-aligned, so for queries late in a month the response bled into the calendar month before today minus one year, producing 14 monthly buckets and overlapping x-axis labels (e.g.04/26and05/26rendered next to each other). The chart now spanslast.Month - 1y→last.Monthexactly.
Full Changelog: https://github.com/tiennm99/ghstats/compare/v1.4.0...v1.4.1