Jelajahi Sumber

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

Santiago Pastorino 4 tahun lalu
induk
melakukan
44482a1a58
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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,
             filters: vec![("state", "open"), ("no", "assignee")],
             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,
             filters: vec![("state", "open"), ("no", "assignee")],
             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"],
         },
     });