Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jstrieb/github-stats
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robertmarks/github-stats
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Jul 16, 2026

  1. feat: scope stats to owned repos only (ownerAffiliations: OWNER)

    Replace the per-year commitContributionsByRepository enumeration (which spans
    every org the user has contributed to, and crashes with UnexpectedToken when
    the token can't resolve org repos the user has left) with:
      - getContributionTotals: per-year aggregate contribution counts only (safe;
        preserves all-time commit/PR/issue/review totals for the overview card)
      - getOwnedRepos: a paginated viewer.repositories(ownerAffiliations: OWNER)
        fetch that keeps the languages/views/lines-of-code logic intact.
    
    CI reduced to a build-only compile check.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    robertmarks and claude committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    6bcbea5 View commit details
    Browse the repository at this point in the history
Loading