docs: add UnRegisterWebhook from RepoActor
This commit is contained in:
parent
b715755b91
commit
f44865fa92
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
```mermaid
|
||||
stateDiagram-v2
|
||||
[*] --> CloneRepo :on start
|
||||
SERVER --> CloneRepo :on start
|
||||
SERVER --> UnRegisterWebhook :on shutdown
|
||||
|
||||
CloneRepo --> LoadConfigFromRepo :on repo config
|
||||
CloneRepo --> RegisterWebhook :on server config
|
||||
|
|
Loading…
Reference in a new issue