Explorar el Código

PRs can be "synchronized" as well

Mark Rousskov hace 5 años
padre
commit
2ffdd34d64
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/github.rs

+ 1 - 0
src/github.rs

@@ -479,6 +479,7 @@ pub enum IssuesAction {
     ReviewRequested,
     ReviewRequestRemoved,
     ReadyForReview,
+    Synchronize,
 }
 
 #[derive(Debug, serde::Deserialize)]