list_milestones: List Milestones in a Repository

Description Usage Arguments

Description

List Milestones in a Repository

Usage

1
2
list_milestones(owner, repo, state = "open", sort = "due_on",
  direction = "asc")

Arguments

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.


hairizuanbinnoorazman/githubR documentation built on May 17, 2019, 2:25 p.m.