gh_issue_mention: Check to see if a person was mentioned in a GitHub issue

Description Usage Arguments Value See Also

View source: R/gh_issues.R

Description

Check to see if a person was mentioned in a GitHub issue

Usage

1
gh_issue_mention(path, collaborator, ...)

Arguments

path

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

collaborator

The collaborator for whom to call this function.

...

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

Value

TRUE if the collaborator was mentioned in any issues; FALSE otherwise

See Also

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


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