pub fn find_pr<'a>( selector: &PullSelector, prs: impl IntoIterator<Item = &'a PullRequest> + 'a, ) -> Option<usize>