Skip to contents

Create dev first issue in github

Usage

add_issue_dev_github(owner, repo)

Arguments

owner

owner of the project

repo

name of the project

Value

tibble with github issue info

Examples

if (FALSE) {
add_issue_dev_github(
  owner = "owner",
  repo = "repo"
)
}