Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't crash reading contributors when not logged into GitHub #1972

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

The GET /user result can be undefined if the user isn't logged in.

🎁

@JoshuaKGoldberg JoshuaKGoldberg merged commit e086537 into main Mar 7, 2025
12 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the anon-contributors-options-crash branch March 7, 2025 11:55
Copy link

codecov bot commented Mar 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.85%. Comparing base (e6402c6) to head (b2bd7d1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1972   +/-   ##
=======================================
  Coverage   94.85%   94.85%           
=======================================
  Files          91       91           
  Lines        3655     3656    +1     
  Branches      214      215    +1     
=======================================
+ Hits         3467     3468    +1     
  Misses        188      188           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

github-actions bot commented Mar 7, 2025

🎉 This is included in version v2.4.2 🎉

The release is available on:

Cheers! 📦🚀

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.

🐛 Bug: Crashes if run without a logged-in gh user
1 participant