소스 검색

Filter out major-change-accepted proposals from new not seconded list

Santiago Pastorino 4 년 전
부모
커밋
3f54a153e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/prioritization.rs

+ 1 - 1
src/prioritization.rs

@@ -239,7 +239,7 @@ pub fn agenda<'a>() -> Box<Step<'a>> {
             kind: github::QueryKind::List,
             filters: vec![("state", "open")],
             include_labels: vec!["major-change", "to-announce"],
-            exclude_labels: vec!["final-comment-period"],
+            exclude_labels: vec!["final-comment-period", "major-change-accepted"],
         },
     });