Description Usage Arguments Value
View source: R/pull_requests.R
Gets a data frame of the pull requests associated with a given repo
1 | get_all_pull_requests(org, repo, .api_url = api_url(), pages = NULL)
|
org |
Name of organization to query |
repo |
Name of repository to query |
.api_url |
Optional API url to query. Defaults to the value set by ‘api_url()'. Usually it’s "https://api.github.com/graphql" |
pages |
Number of pages to paginate and pull data from. Each page will contain upto 100 issues/pullrequests. Defaults to NULL for all pages. |
A data frame containing the pullrequest | title | author | body | milestone | created_at | merged_by | merged_at | merged_to | state of each issue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.