gh_issue_assign: Assign people to a GitHub issue

Description Usage Arguments Value See Also

View source: R/gh_issues.R

Description

Assign people to a GitHub issue

Usage

1
gh_issue_assign(path, issue_number, collaborator, ...)

Arguments

path

GitHub repo path of the form "username/repo". If not provided, will default to current repo.

issue_number

The issue number on which to comment. Can be determined online or with gh_issue_list

collaborator

The collaborator for whom to call this function.

...

Additional parameters, see https://docs.github.com/en/rest

Value

NA; called for side effects

See Also

Other Issues: gh_issue_comment(), gh_issue_list(), gh_issue_mention(), gh_issue_new()


ghee documentation built on March 11, 2021, 5:07 p.m.