https://github.com/google/go-github/blob/807d5cfeffc2d529544167e23cc145e533bade02/github/issues.go#L231 returns an `Issue` struct with a [`Repository` field](https://github.com/google/go-github/blob/807d5cfeffc2d529544167e23cc145e533bade02/github/issues.go#L53) but it's always `nil`. Looks like that's expected based on GitHub docs https://docs.github.com/rest/issues/issues#list-repository-issues Doing `gh api repos/google/go-github/issues` doesn't return `repository` as well