Browse Source

issues: add Repository

Pierre Carrier 10 years ago
parent
commit
1f0226685e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      github/issues.go

+ 1
- 0
github/issues.go View File

@ -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


Loading…
Cancel
Save