Types/GitPub.Post.Gist/get_PostAuthor.ps1

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