SpinlockLabs / github.dart

GitHub Client Library for Dart
https://pub.dev/packages/github
MIT License
408 stars 142 forks source link

Make `User` field nullable in `PullRequestReview` #383

Closed mosuem closed 10 months ago

mosuem commented 1 year ago

As the response can contain a null user if it was deleted and now is Ghost, see

curl -L https://api.github.com/repos/dart-lang/http2/pulls/83/reviews
CaseyHillers commented 11 months ago

@mosuem this LGTM. Can you uprev the version in pubspec.yaml and add a changelog entry?

mosuem commented 10 months ago

@CaseyHillers done!