Skip to content

Commit

Permalink
Add missing RepositoryComment.NodeID field. (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeknoid authored and gmlewis committed Jun 25, 2019
1 parent cbe45b0 commit 445d3bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion github/github-stringify_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions github/repos_comments.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type RepositoryComment struct {
HTMLURL *string `json:"html_url,omitempty"`
URL *string `json:"url,omitempty"`
ID *int64 `json:"id,omitempty"`
NodeID *string `json:"node_id,omitempty"`
CommitID *string `json:"commit_id,omitempty"`
User *User `json:"user,omitempty"`
Reactions *Reactions `json:"reactions,omitempty"`
Expand Down

0 comments on commit 445d3bd

Please sign in to comment.