[BUG]: Getting issue by issue number panics if there is a label present on issue #119
Open
1 task done
Labels
Status: Triage
This is being looked at and prioritized
Type: Bug
Something isn't working as documented
What happened?
I'm using the following code snippet:
This code panics, since hilli/issue-test#1 has a label on it. There's some kind of issue going on in which labels aren't being deserialized correctly. See a debugging screenshot in which we attempt to force unwrap a nil value for the label:
The final panic is:
By contrast, the same request to kfcampbell/a-repo#1 succeeds, as it doesn't have any issues in place:
Note that label IDs have already been updated to
int64
from what I can tell.Versions
Most recent go-sdk from source (v0.0.29).
Code of Conduct
The text was updated successfully, but these errors were encountered: