RFR: 2091: CheckRun fails with NPE if github fullName is null

Zhao Song zsong at openjdk.org
Thu Nov 2 19:35:06 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.

windows test failed because of https://bugs.openjdk.org/browse/SKARA-2057

-------------

PR Comment: https://git.openjdk.org/skara/pull/1582#issuecomment-1791427490


More information about the skara-dev mailing list