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

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