We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be6ce1 commit d9c241bCopy full SHA for d9c241b
github/issues.go
@@ -27,6 +27,7 @@ type Issue struct {
27
ID *int `json:"id,omitempty"`
28
Number *int `json:"number,omitempty"`
29
State *string `json:"state,omitempty"`
30
+ Locked *bool `json:"locked,omitempty"`
31
Title *string `json:"title,omitempty"`
32
Body *string `json:"body,omitempty"`
33
User *User `json:"user,omitempty"`
0 commit comments