Trying to use type IssueCommentEvent accessing issue property yields never type:
import('@octokit/webhooks-definitions/schema').IssueCommentEvent['issue']

I would expect it to have some type, either Issue or some augmentation of it
Perhaps there's some conflict between the Issue type and specific type overwriting it it