List Milestones in a Repository
1 2 | list_milestones(owner, repo, state = "open", sort = "due_on",
direction = "asc")
|
owner |
The owner of the repository. In a repo name, it would be the part before the slash. |
repo |
The name of the repository |
state |
The state of the milestone. Either open, closed, or all. |
sort |
What to sort results by. Either due_on or completeness. |
direction |
The direction of the sort. Either asc or desc. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.