Skip to main content

parse_prs

Function parse_prs 

Source
pub fn parse_prs(body: &str) -> Vec<Pr>
Expand description

Parses the response body of GET /repos/{repo}/pulls into queue entries, oldest PR first (train order = submission order).