Update README.md
This commit is contained in:
parent
65a009c74b
commit
5f21d11d38
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue