Please convert the following text into a Mermaid diagram like a control flow graph. The "Jump to" commands should not be translated 1:1. Instead, you should use the connections arrows (-->). Do not name the numbers in the diagram. Convert double quotes to single quotes. Decisions are using {}
instead of []
. Use meaningful graph IDs instead of (1,2,3 or A, B, C).
- Is PR a fork? If yes, jump to 2, if no, jump to 3
- Remove the "safe to build" label, jump to 3
- Execute the "changes" workflow, jump to 4
- Is PR a fork? If yes, jump to 5, if no, jump to 7
- Has PR "safe to build label"? If yes, jump to 7, if no, jump to 6.
- Cancel