Skip to content

Commit 77ff256

Browse files
committed
ci: point repostats at upstream jgehrcke/github-repo-stats (pinned)
The sbryngelson/github-repo-stats fork existed only to carry the chart truncation fix, which landed upstream as jgehrcke/github-repo-stats#94. The fork is now 4 commits behind and misses two later plot fixes, including the off-by-one rendering fix in #95. Pin to a SHA rather than a tag: the newest tag (v1.4.2) is from Dec 2022 and predates all of it.
1 parent c778940 commit 77ff256

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/repostats.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: run-ghrs
14-
uses: sbryngelson/github-repo-stats@main
14+
# Pinned to jgehrcke/github-repo-stats main @ 2026-07-10.
15+
# Bump by replacing the SHA; the published tags (newest v1.4.2, Dec 2022)
16+
# predate the current plot and data-point-limit code, so do not use them.
17+
uses: jgehrcke/github-repo-stats@ff48771cbb4324c3b77490bbfc26d6a5f3831cdb
1518
with:
1619
# Define the stats repository (the repo to fetch
1720
# stats for and to generate the report for).

0 commit comments

Comments
 (0)