Lists your open pull requests in ixplorer

list_open_pr(instance = "all", assignee = "team")

Arguments

instance

an instance from ixplorer such as "masterclass" or "prueba". Default value "all" lists the pull requests of all your saved instances. Value "saved" lists pull requests from your current instance

assignee

name of a person from your team. Default "team" lists all the pull requests in the instance with all assignees. When the value is "me" it filters the pull requests list for assigned to you according to your username provided in add_token()

Value

tibble of list instances

Examples

if (FALSE) {
list_open_pr(instance = "prueba",
             assignee = "daniel")
}