Add some PR list options #217
Merged
techknowlogick
merged 3 commits from :pr-list
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch ':pr-list'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I mostly need the milestone option for the changelog, but I also added the sort option.
I am unsure how to handle the
[]Label
option off the top of my head, so I'm leaving it for another PR.this change is ok but we have to look at func
ListRepoPullRequests()
on it's ownPage int `json:"page"`
State string `json:"state"`
Page int `json:"page"`
State string `json:"state"`
can you add a comment before "State":
// enum: open,closed,all
and to Sort:
// enum: oldest,recentupdate,leastupdate,mostcomment,leastcomment,priority
Done.
enum
is unnecessary because this isn't being read by a machine, so I just commented the possible typesthanks
add comments
55dc2f1a68
.