소스 검색

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

Santiago Pastorino 5 년 전
부모
커밋
44482a1a58
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"],
         },
     });