Browse Source

Add open and closed FFCPs

Santiago Pastorino 4 năm trước cách đây
mục cha
commit
a9bdc32000
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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",
         name: "fcp_finished_compiler_team",
         query: github::Query {
         query: github::Query {
             kind: github::QueryKind::List,
             kind: github::QueryKind::List,
-            filters: vec![("state", "open")],
+            filters: vec![("state", "all")],
             include_labels: vec![
             include_labels: vec![
                 "finished-final-comment-period",
                 "finished-final-comment-period",
                 "disposition-merge",
                 "disposition-merge",
@@ -100,7 +100,7 @@ pub fn prioritization<'a>() -> Box<dyn Action> {
         name: "fcp_finished_rust",
         name: "fcp_finished_rust",
         query: github::Query {
         query: github::Query {
             kind: github::QueryKind::List,
             kind: github::QueryKind::List,
-            filters: vec![("state", "open")],
+            filters: vec![("state", "all")],
             include_labels: vec![
             include_labels: vec![
                 "finished-final-comment-period",
                 "finished-final-comment-period",
                 "disposition-merge",
                 "disposition-merge",
@@ -140,7 +140,7 @@ pub fn prioritization<'a>() -> Box<dyn Action> {
         name: "fcp_finished_forge",
         name: "fcp_finished_forge",
         query: github::Query {
         query: github::Query {
             kind: github::QueryKind::List,
             kind: github::QueryKind::List,
-            filters: vec![("state", "open")],
+            filters: vec![("state", "all")],
             include_labels: vec![
             include_labels: vec![
                 "finished-final-comment-period",
                 "finished-final-comment-period",
                 "disposition-merge",
                 "disposition-merge",