get.milestone.labels {github}R Documentation

Get labels for every issue in a milestone

Description

Get labels for every issue in a milestone

Usage

get.milestone.labels(owner, repo, milestone.number, ctx = get.github.context())

Arguments

owner

the repo owner

repo

the repo name

milestone.number

the number of the milestone

ctx

the github context object

Value

All labels for that milestone


[Package github version 0.9.12 Index]