We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54916b commit d505fe2Copy full SHA for d505fe2
github/pulls.go
@@ -59,7 +59,7 @@ type PullRequest struct {
59
RequestedReviewers []*User `json:"requested_reviewers,omitempty"`
60
AutoMerge *PullRequestAutoMerge `json:"auto_merge,omitempty"`
61
62
- // Merged is not populated by List operation.
+ // These fields are not populated by the List operation.
63
Merged *bool `json:"merged,omitempty"`
64
// Mergeable is not populated by List operation.
65
Mergeable *bool `json:"mergeable,omitempty"`
0 commit comments