Skip to content
Snippets Groups Projects
Commit f7e4f709 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Add colors for gitlab actions

parent 42442729
No related branches found
No related tags found
No related merge requests found
```mermaid ```mermaid
graph TB graph TB
classDef gitlab fill:#f90,stroke:#333,stroke-width:3px
start("Start") start("Start")
reserve["Reserve 'contribution name' in portal"] reserve["Reserve 'contribution name' in portal"]
createBranch["Create contribution branch<br />named as 'contribution name' "] createBranch["Create contribution branch<br />named as 'contribution name' "]
...@@ -23,6 +24,7 @@ graph TB ...@@ -23,6 +24,7 @@ graph TB
stop("Stop") stop("Stop")
conflict{"Is there any conflict?"} conflict{"Is there any conflict?"}
fixConflict["Rebase contribution branch/fix conflict"] fixConflict["Rebase contribution branch/fix conflict"]
class createBranch,submitChanges,blockContribution,submitContrib,unlockMR,reviseContrib,applyMR,fixConflict,makeBaseline,closeMR gitlab;
start-->reserve start-->reserve
reserve-->createBranch reserve-->createBranch
createBranch-->submitChanges createBranch-->submitChanges
...@@ -51,5 +53,6 @@ graph TB ...@@ -51,5 +53,6 @@ graph TB
newBaseline--Yes-->makeBaseline newBaseline--Yes-->makeBaseline
newBaseline--No-->stop newBaseline--No-->stop
makeBaseline-->stop makeBaseline-->stop
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment