create_milestone: Create milestone

Description Usage Arguments

Description

Create milestone

Usage

1
2
create_milestone(owner, repo, title = NULL, description = NULL,
  state = NULL, due_on = NULL)

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

title

Required. The title of the milestone.

description

A description of the milestone.

state

The state of the milestone. Either open or closed.

due_on

A date in YYYY-MM-DD format


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