Closed devoncarew closed 8 months ago
Issue.isOpen
Issue.isClosed
These had been comparing against open and closed but should be using OPEN and CLOSED.
open
closed
OPEN
CLOSED
Once https://github.com/SpinlockLabs/github.dart/pull/399 lands I'll update the version and changelog here.
@CaseyHillers - do you mind reviewing this as well?
Issue.isOpen
andIssue.isClosed
gettersThese had been comparing against
open
andclosed
but should be usingOPEN
andCLOSED
.