diff --git a/src/actions.ml b/src/actions.ml index 6343e037..40d9984a 100644 --- a/src/actions.ml +++ b/src/actions.ml @@ -1525,7 +1525,7 @@ let pipeline_action ~bot_info pipeline_info ~gitlab_mapping : unit Lwt.t = in let state, status, conclusion, title, summary_top = match pipeline_info.state with - | "pending" -> + | "created" | "pending" -> ("pending", QUEUED, None, "Pipeline is pending on GitLab CI", None) | "running" -> ( "pending"