Types/GitPub.Post.Release/get_PostAuthor.ps1

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