Skip to content

Commit

Permalink
fixup! Add MergedAt field to PullRequestLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jan 17, 2024
1 parent 357526d commit 9f177b9
Show file tree
Hide file tree
Showing 3 changed files with 19 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.

10 changes: 10 additions & 0 deletions github/github-accessors_test.go

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

2 changes: 1 addition & 1 deletion github/issues.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type PullRequestLinks struct {
HTMLURL *string `json:"html_url,omitempty"`
DiffURL *string `json:"diff_url,omitempty"`
PatchURL *string `json:"patch_url,omitempty"`
MergedAt *Timestamp `json:"merged_at,omitmepty"`
MergedAt *Timestamp `json:"merged_at,omitempty"`
}

// List the issues for the authenticated user. If all is true, list issues
Expand Down

0 comments on commit 9f177b9

Please sign in to comment.