From 1f0226685ed35c764c5c600a818216ca51cfff9f Mon Sep 17 00:00:00 2001 From: Pierre Carrier Date: Sat, 13 Feb 2016 10:44:55 -0800 Subject: [PATCH] issues: add Repository --- github/issues.go | 1 + 1 file changed, 1 insertion(+) diff --git a/github/issues.go b/github/issues.go index a60cede..a14bd52 100644 --- a/github/issues.go +++ b/github/issues.go @@ -35,6 +35,7 @@ type Issue struct { HTMLURL *string `json:"html_url,omitempty"` Milestone *Milestone `json:"milestone,omitempty"` PullRequestLinks *PullRequestLinks `json:"pull_request,omitempty"` + Repository *Repository `json:"repository,omitempty"` // TextMatches is only populated from search results that request text matches // See: search.go and https://developer.github.com/v3/search/#text-match-metadata