Learn R Programming

ghee (version 0.1.0)

gh_check_assignable: Check that a person can be assigned to an issue

Description

Check that a person can be assigned to an issue

Usage

gh_check_assignable(path, assignee, ..., messages = TRUE)

Arguments

path

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

...

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

Value

TRUE/FALSE if a collaborator is assignable