Integrated: 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.
This pull request has now been integrated.
Changeset: 0bbb9567
Author: Zhao Song <zsong at openjdk.org>
URL: https://git.openjdk.org/skara/commit/0bbb956701f2ebb1382f28c5e5b25634c7a8884e
Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
2091: CheckRun fails with NPE if github fullName is null
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/skara/pull/1582
More information about the skara-dev
mailing list