Update README.md

This commit is contained in:
Matt Reeves 2024-05-21 00:24:31 +00:00
parent 65a009c74b
commit 5f21d11d38

View file

@ -281,10 +281,10 @@ graph TD
end end
subgraph Release Notes Handling subgraph Release Notes Handling
Q((PR Webhook Received)) --> R{PR Merged?} Q((PR Webhook Received)) --> R{PR Open?}
R -- No --> S(End) R -- No --> S(End)
R -- Yes --> T[Hit GitHub API for Release Notes] R -- Yes --> T[Hit GitHub API for Release Notes]
T --> U[Extract PR Number] T --> U[Extract PR Number from webhook]
U --> V[API Call to Foregjo] U --> V[API Call to Foregjo]
V --> W[Leave Release Notes as Comment] V --> W[Leave Release Notes as Comment]
W --> S W --> S