list_open_pr | R Documentation |
Lists your open pull requests in ixplorer
list_open_pr(instance = "all", assignee = "team")
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() |
tibble of list instances
## Not run:
list_open_pr(instance = "prueba",
assignee = "daniel")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.