Skip to content
Snippets Groups Projects
Commit 9a91f70a 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
graph TB
style gitlab fill:#817a65,stroke:#333,stroke-width:3px
start("Start")
reserve["Reserve 'contribution name' in portal"]
createBranch["Create contribution branch<br />named as 'contribution name' "]
......@@ -24,32 +25,32 @@ graph TB
conflict{"Is there any conflict?"}
fixConflict["Rebase contribution branch/fix conflict"]
start-->reserve
reserve-->createBranch
createBranch-->submitChanges
hasComments-->submitChanges
submitChanges-->isReady
isReady--Ready-->blockContribution
blockContribution-->existsMR
reserve-->gitlab(createBranch)
gitlab(createBranch)-->gitlab(submitChanges)
hasComments-->gitlab(submitChanges)
gitlab(submitChanges)-->isReady
isReady--Ready-->gitlab(blockContribution)
gitlab(blockContribution)-->existsMR
existsMR--Yes-->uploadCR
existsMR--No-->submitContrib
isReady--"comments or not finished"-->submitChanges
existsMR--No-->gitlab(submitContrib)
isReady--"comments or not finished"-->gitlab(submitChanges)
uploadCR-->revision
submitContrib-->uploadCR
gitlab(submitContrib)-->uploadCR
revision-->approval
approval--Yes-->approve
approval--No-->reject
approve-->applyMR
applyMR-->conflict
approval--"Revision required"-->reviseContrib
reviseContrib-->unlockMR
unlockMR-->submitChanges
reject-->closeMR
closeMR-->stop
approve-->gitlab(applyMR)
gitlab(applyMR)-->conflict
approval--"Revision required"-->gitlab(reviseContrib)
gitlab(reviseContrib)-->gitlab(unlockMR)
gitlab(unlockMR)-->gitlab(submitChanges)
reject-->gitlab(closeMR)
gitlab(closeMR)-->stop
conflict--No-->newBaseline
conflict--Yes-->fixConflict
fixConflict-->revision
newBaseline--Yes-->makeBaseline
conflict--Yes-->gitlab(fixConflict)
gitlab(fixConflict)-->revision
newBaseline--Yes--gitlab(makeBaseline)
newBaseline--No-->stop
makeBaseline-->stop
gitlab(makeBaseline)-->stop
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment