This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
add State field to IssueRequest
Will Norris
12 years ago
parent
49db6714d7
commit
a4ba4ec93d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
github/issues.go
+ 1
- 0
github/issues.go
View File
@ -47,6 +47,7 @@ type IssueRequest struct {
Body
*
string
`
json:"body,omitempty"
`
Labels
[
]
string
`
json:"labels,omitempty"
`
Assignee
*
string
`
json:"assignee,omitempty"
`
State
*
string
`
json:"state,omitempty"
`
// TODO(willnorris): milestone here too!
}
Write
Preview
Loading…
Cancel
Save