RFR: 2091: CheckRun fails with NPE if github fullName is null
Zhao Song
zsong at openjdk.org
Thu Nov 2 19:50:53 UTC 2023
On Thu, 2 Nov 2023 19:24:53 GMT, Zhao Song <zsong at openjdk.org> wrote:
> If a user doesn't set name in the GitHub profile, when the bot is trying to get the full name of the user, the bot would get `null` and in some cases, it will trigger NPE.
>
> To solve this problem, I think if the user doesn't set name, then the bot should use his username instead.
Thanks for the quick review!
-------------
PR Comment: https://git.openjdk.org/skara/pull/1582#issuecomment-1791447074
More information about the skara-dev
mailing list