Skip to contents

add_board_github

Usage

add_board_github(
  owner,
  repo,
  columns = c("Open", "Blocked", "Meta", "Ready", "In Progress", "Review", "Validation")
)

Arguments

owner

Owner of the repository

repo

Repository name

columns

Names of columns to create in the Board

Examples

if (FALSE) {
add_board_github(
  owner = "ghowner",
  repo = "areponame"
)
}