Эх сурвалжийг харах

Increase number of PRs WRF from T-compiler

apiraino 3 жил өмнө
parent
commit
5003628a32
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/github/graphql.rs

+ 1 - 1
src/github/graphql.rs

@@ -304,7 +304,7 @@ impl super::IssuesQuery for LeastRecentlyReviewedPullRequests {
 
         let prs: Vec<_> = prs
             .into_iter()
-            .take(5)
+            .take(50)
             .map(
                 |(updated_at, number, title, html_url, repo_name, labels, assignees)| {
                     let updated_at = crate::actions::to_human(updated_at);