SpinlockLabs / github.dart

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

Fix Issue.isOpen and Issue.isClosed getters #398

Closed devoncarew closed 8 months ago

devoncarew commented 9 months ago

These had been comparing against open and closed but should be using OPEN and CLOSED.

devoncarew commented 9 months ago

Once https://github.com/SpinlockLabs/github.dart/pull/399 lands I'll update the version and changelog here.

devoncarew commented 9 months ago

@CaseyHillers - do you mind reviewing this as well?