-
Notifications
You must be signed in to change notification settings - Fork 737
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
NPE when updating comment in issue #1218
Comments
@markwoon What method are you using to get the |
Something along the lines of:
|
Thought it was something like that. This doesn't set the github-api/src/main/java/org/kohsuke/github/GHIssueSearchBuilder.java Lines 106 to 110 in 4247c8a
There's several things that should be fixed here:
|
This is what #1260 implemented. Released in v1.135. |
Confirming fixed for my use case in v1.135! |
I'm getting an NPE when trying to update a comment in an issue:
The NPE is because
owner.getRepository()
is returning null.I can update the issue's body just fine, but cannot update issue comments.
This is with 1.132.
The text was updated successfully, but these errors were encountered: