add_users_repo: Add users to a repo

View source: R/git.R

add_users_repoR Documentation

Add users to a repo

Description

Add users to a repo

Usage

add_users_repo(
  token,
  repo,
  userfile,
  permission = 20,
  server = "https://gitlab.com/api/v4/"
)

Arguments

token

GitLab token

repo

Repo to update

userfile

A csv file with student information (i.e., username, token, and email)

permission

Permission setting for the repo (default is 20, i.e., reporter)

server

The GitLab API server

Details

See https://github.com/vnijs/gitgadget for additional documentation


gitgadget documentation built on Aug. 24, 2023, 9:08 a.m.