parse_github_issues: Process issues from Github into a tibble of properly...

View source: R/parse-github-issues.R

parse_github_issuesR Documentation

Process issues from Github into a tibble of properly formatted stories

Description

Reads issues from a Github milestone and parses to a tibble in the format expected by the specs argument of mrgvalidate::create_package_docs(). See mrgvalidate::input_formats for details.

Usage

parse_github_issues(org, repo, mile, domain = VALID_DOMAINS, prefix)

Arguments

org

Github organization that the repo is under.

repo

The name of the repo for the package you are validating.

mile

The name of the milestone associated with the release you are validating. All issues tied to this milestone with be pulled.

domain

Domain where repo lives. Either "github.com" or "ghe.metrumrg.com", defaulting to "github.com".

prefix

character string. Prefix for StoryId; usually an acronym of 3 letters signifying the associated package.


metrumresearchgroup/mrgvalprep documentation built on Dec. 10, 2022, 3:17 a.m.