Closed yshrsmz closed 11 months ago
Or perhaps filter out comments & PRs created by deleted users?
Thanks. You're right. User is null, when they have deleted account. I have fixed it in PR and released fixes(v1.4.1)
Thanks for the quick fix! I confirmed the issue is now resolved.
Hi, thanks for this great tool!
I have encountered the following error while running this action.
It seems like that
comment.user
becomes null if that user is deleted.The deleted user looks like this in GitHub UI
I think we should check if
user
exists everywhere, even though the type definition says it is non-null.