gh_edit_repo: Edit GitHub repository details and settings.

Description Usage Arguments Value

View source: R/repos.R

Description

Edit GitHub repository details and settings.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
gh_edit_repo(
  repo,
  name,
  description,
  private,
  has_issues,
  has_projects,
  has_wiki,
  default_branch
)

Arguments

repo

Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr".

name

... Need to confirm what this is for.

description

Repository description.

private

Whether the repository should be public or private. Default is public.

has_issues

Whether repository should have issues.

has_projects

Whether repository should have projects.

has_wiki

Whether repository should have a wiki.

default_branch

What the default branch should be.

Value

Nothing.


rostools/githubr documentation built on Aug. 17, 2020, 6:49 p.m.