From f7e4f709a805c7ee47f67e46469ab3c8e4144841 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Tue, 24 Jan 2023 17:26:33 +0100
Subject: [PATCH] Add colors for gitlab actions

---
 simplified-process.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/simplified-process.md b/simplified-process.md
index 45676dd..9900541 100644
--- a/simplified-process.md
+++ b/simplified-process.md
@@ -1,5 +1,6 @@
 ```mermaid
 graph TB
+  classDef gitlab fill:#f90,stroke:#333,stroke-width:3px
   start("Start")
   reserve["Reserve 'contribution name' in portal"]
   createBranch["Create contribution branch<br />named as 'contribution name' "]
@@ -23,6 +24,7 @@ graph TB
   stop("Stop")
   conflict{"Is there any conflict?"}
   fixConflict["Rebase contribution branch/fix conflict"]
+  class createBranch,submitChanges,blockContribution,submitContrib,unlockMR,reviseContrib,applyMR,fixConflict,makeBaseline,closeMR gitlab;
   start-->reserve
   reserve-->createBranch
   createBranch-->submitChanges
@@ -51,5 +53,6 @@ graph TB
   newBaseline--Yes-->makeBaseline
   newBaseline--No-->stop
   makeBaseline-->stop
+
 ```
 
-- 
GitLab