Skip to content

Commit d505fe2

Browse files
acouvreurgmlewis
andauthored
Update github/pulls.go
Co-authored-by: Glenn Lewis <[email protected]>
1 parent e54916b commit d505fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/pulls.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type PullRequest struct {
5959
RequestedReviewers []*User `json:"requested_reviewers,omitempty"`
6060
AutoMerge *PullRequestAutoMerge `json:"auto_merge,omitempty"`
6161

62-
// Merged is not populated by List operation.
62+
// These fields are not populated by the List operation.
6363
Merged *bool `json:"merged,omitempty"`
6464
// Mergeable is not populated by List operation.
6565
Mergeable *bool `json:"mergeable,omitempty"`

0 commit comments

Comments
 (0)