فهرست منبع

Increase number of PRs WRF from T-compiler

apiraino 3 سال پیش
والد
کامیت
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);