Browse Source

Do not add per_page parameter

Santiago Pastorino 4 năm trước cách đây
mục cha
commit
14e5d9a03f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/prioritization/config.rs

+ 1 - 1
src/prioritization/config.rs

@@ -94,7 +94,7 @@ pub fn regressions<'a>() -> Step<'a> {
     queries.push(NamedQuery {
         name: "regressions.stable_to_stable",
         query: Query {
-            filters: vec![("state", "open"), ("per_page", "100")],
+            filters: vec![("state", "open")],
             include_labels: vec!["regression-from-stable-to-stable"],
             exclude_labels: vec![
                 "P-critical",