Types/GitPub.Post.Issue/get_PostAuthor.ps1

if ($this.user.type -ne 'bot') {
    $this.user.login
} else {
    ''
}