Santiago Pastorino 4 лет назад
Родитель
Сommit
a9bdc32000
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/agenda.rs

+ 3 - 3
src/agenda.rs

@@ -60,7 +60,7 @@ pub fn prioritization<'a>() -> Box<dyn Action> {
         name: "fcp_finished_compiler_team",
         query: github::Query {
             kind: github::QueryKind::List,
-            filters: vec![("state", "open")],
+            filters: vec![("state", "all")],
             include_labels: vec![
                 "finished-final-comment-period",
                 "disposition-merge",
@@ -100,7 +100,7 @@ pub fn prioritization<'a>() -> Box<dyn Action> {
         name: "fcp_finished_rust",
         query: github::Query {
             kind: github::QueryKind::List,
-            filters: vec![("state", "open")],
+            filters: vec![("state", "all")],
             include_labels: vec![
                 "finished-final-comment-period",
                 "disposition-merge",
@@ -140,7 +140,7 @@ pub fn prioritization<'a>() -> Box<dyn Action> {
         name: "fcp_finished_forge",
         query: github::Query {
             kind: github::QueryKind::List,
-            filters: vec![("state", "open")],
+            filters: vec![("state", "all")],
             include_labels: vec![
                 "finished-final-comment-period",
                 "disposition-merge",