Prechádzať zdrojové kódy

Add open and closed FFCPs

Santiago Pastorino 4 rokov pred
rodič
commit
a9bdc32000
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  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",