pub fn list_pull_requests(
owner: &str,
repo: &str,
config: &DeriveConfig,
) -> Result<Vec<PullRequestInfo>>Expand description
List open pull requests for a repository.
pub fn list_pull_requests(
owner: &str,
repo: &str,
config: &DeriveConfig,
) -> Result<Vec<PullRequestInfo>>List open pull requests for a repository.