forked from forgejo/forgejo
Issue/Pull expose IsLocked Property on API (#11708)
Expose IsLocked Property
This commit is contained in:
parent
7cb1e1f609
commit
dc812f8ba5
5 changed files with 12 additions and 0 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue