Browse Source

add State field to IssueRequest

Will Norris 12 years ago
parent
commit
a4ba4ec93d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      github/issues.go

+ 1
- 0
github/issues.go View File

@ -47,6 +47,7 @@ type IssueRequest struct {
Body *string `json:"body,omitempty"` Body *string `json:"body,omitempty"`
Labels []string `json:"labels,omitempty"` Labels []string `json:"labels,omitempty"`
Assignee *string `json:"assignee,omitempty"` Assignee *string `json:"assignee,omitempty"`
State *string `json:"state,omitempty"`
// TODO(willnorris): milestone here too! // TODO(willnorris): milestone here too!
} }


Loading…
Cancel
Save