Skip to content

Commit d9c241b

Browse files
kevinburkedmitshur
authored andcommitted
Add Issue.Locked field. (#573)
Fixes #570.
1 parent 9be6ce1 commit d9c241b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/issues.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ type Issue struct {
2727
ID *int `json:"id,omitempty"`
2828
Number *int `json:"number,omitempty"`
2929
State *string `json:"state,omitempty"`
30+
Locked *bool `json:"locked,omitempty"`
3031
Title *string `json:"title,omitempty"`
3132
Body *string `json:"body,omitempty"`
3233
User *User `json:"user,omitempty"`

0 commit comments

Comments
 (0)