Issue/Pull expose IsLocked Property on API (#11708)
Expose IsLocked Property
This commit is contained in:
@ -21,6 +21,7 @@ type PullRequest struct {
|
||||
Assignee *User `json:"assignee"`
|
||||
Assignees []*User `json:"assignees"`
|
||||
State StateType `json:"state"`
|
||||
IsLocked bool `json:"is_locked"`
|
||||
Comments int `json:"comments"`
|
||||
|
||||
HTMLURL string `json:"html_url"`
|
||||
|
Reference in New Issue
Block a user