-
Notifications
You must be signed in to change notification settings - Fork 0
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 generating change log for retrying-again #6
Labels
bug
Something isn't working
Comments
So this line: return issue["pull_request"] == null || parseTickets(issue["body"] as String).isEmpty() || userIsAlwaysIncluded(issue) is where the NPE occurs. And |
The specific issue where this happens is: kiwiproject/retrying-again#89 |
Ok, send a PR please |
Any idea how to fix that in Kotlin? |
sleberknight
added a commit
that referenced
this issue
Sep 3, 2021
* Modify isIssueOrLonePr to handle situation when issue["body"] returns null. Really not sure why we've never seen this before, unless it's a change GitHub made recently Fixes #6
chrisrohr
pushed a commit
that referenced
this issue
Sep 3, 2021
* Handle case when issue body is null * Modify isIssueOrLonePr to handle situation when issue["body"] returns null. Really not sure why we've never seen this before, unless it's a change GitHub made recently Fixes #6 * Expand imports
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got the following trying to generate change log for retrying-again:
The text was updated successfully, but these errors were encountered: