docs: add UnRegisterWebhook from RepoActor

This commit is contained in:
Paul Campbell 2024-07-15 07:53:14 +01:00
parent b715755b91
commit f44865fa92

View file

@ -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