gh_add_collaborator: Add GitHub Collaborator

View source: R/gh_add_collaborator.R

gh_add_collaboratorR Documentation

Add GitHub Collaborator

Description

Add GitHub Collaborator

Usage

gh_add_collaborator(
  repo = "neuroconductor/ANTsR",
  username = "muschellij2",
  .token = NULL,
  ...
)

Arguments

repo

Repository Name, in the form of user/repo

username

Username to add as a collaborator

.token

Github personal authentication token (PAT)

...

additional arguments to gh

Value

Object of class gh_response

Examples

## Not run: 
gh_add_collaborator(
repo = "neuroconductor/ANTsR",
username = "muschellij2")

## End(Not run)


muschellij2/neuroc.deps documentation built on June 9, 2025, 5:19 p.m.