Explorar o código

Do not list unassigned regressions of T-libs and T-rustdoc

Santiago Pastorino %!s(int64=4) %!d(string=hai) anos
pai
achega
44482a1a58
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/prioritization.rs

+ 2 - 2
src/prioritization.rs

@@ -476,7 +476,7 @@ pub fn agenda<'a>() -> Step<'a> {
             kind: github::QueryKind::List,
             kind: github::QueryKind::List,
             filters: vec![("state", "open"), ("no", "assignee")],
             filters: vec![("state", "open"), ("no", "assignee")],
             include_labels: vec!["regression-from-stable-to-beta", "P-high"],
             include_labels: vec!["regression-from-stable-to-beta", "P-high"],
-            exclude_labels: vec!["T-infra", "T-release"],
+            exclude_labels: vec!["T-infra", "T-libs", "T-release", "T-rustdoc"],
         },
         },
     });
     });
 
 
@@ -486,7 +486,7 @@ pub fn agenda<'a>() -> Step<'a> {
             kind: github::QueryKind::List,
             kind: github::QueryKind::List,
             filters: vec![("state", "open"), ("no", "assignee")],
             filters: vec![("state", "open"), ("no", "assignee")],
             include_labels: vec!["regression-from-stable-to-nightly", "P-high"],
             include_labels: vec!["regression-from-stable-to-nightly", "P-high"],
-            exclude_labels: vec!["T-infra", "T-release"],
+            exclude_labels: vec!["T-infra", "T-libs", "T-release", "T-rustdoc"],
         },
         },
     });
     });