forked from kemitix/git-next
docs: update message graph for repo-actor
This commit is contained in:
parent
9e12f5eb5d
commit
758ca5c2dc
1 changed files with 3 additions and 3 deletions
|
@ -11,14 +11,14 @@ LoadConfigFromRepo --> ReceiveRepoConfig
|
||||||
ValidateRepo --> CheckCIStatus :on next ahead of main
|
ValidateRepo --> CheckCIStatus :on next ahead of main
|
||||||
ValidateRepo --> AdvanceNext :on dev ahead of next
|
ValidateRepo --> AdvanceNext :on dev ahead of next
|
||||||
ValidateRepo --> [*] :on dev == next == main
|
ValidateRepo --> [*] :on dev == next == main
|
||||||
ValidateRepo --> [*] :on non-retryable error
|
ValidateRepo --> USER :on non-retryable error
|
||||||
ValidateRepo --> ValidateRepo :on retryable error
|
ValidateRepo --> ValidateRepo :on retryable error
|
||||||
|
|
||||||
CheckCIStatus --> ReceiveCIStatus
|
CheckCIStatus --> ReceiveCIStatus
|
||||||
|
|
||||||
ReceiveCIStatus --> AdvanceMain :on Pass
|
ReceiveCIStatus --> AdvanceMain :on Pass
|
||||||
ReceiveCIStatus --> ValidateRepo :on Pending
|
ReceiveCIStatus --> ValidateRepo :on Pending
|
||||||
ReceiveCIStatus --> [*] :on Fail
|
ReceiveCIStatus --> USER :on Fail
|
||||||
|
|
||||||
AdvanceNext --> ValidateRepo
|
AdvanceNext --> ValidateRepo
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ WebhookRegistered --> ValidateRepo
|
||||||
AdvanceMain --> LoadConfigFromRepo :on repo config
|
AdvanceMain --> LoadConfigFromRepo :on repo config
|
||||||
AdvanceMain --> ValidateRepo :on server config
|
AdvanceMain --> ValidateRepo :on server config
|
||||||
|
|
||||||
[*] --> WebhookNotification :on push
|
FORGE --> WebhookNotification :on push
|
||||||
|
|
||||||
WebhookNotification --> ValidateRepo
|
WebhookNotification --> ValidateRepo
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue