docs: add Mermaid dependency diagrams to README#58
Merged
Conversation
Co-authored-by: f2calv <16097639+f2calv@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update README with mermaid diagrams for workflow dependencies
docs: add Mermaid dependency diagrams to README
Mar 20, 2026
f2calv
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Dependency Diagrams section to the README with one Mermaid flowchart per reusable workflow, visualising the full
workflow → jobs → actionschain and calling outf2calv-owned actions with a blue highlight.Structure
flowchart LRwith three tiers: workflow entry node (stadium shape) → job nodes → action/sub-workflow nodesclassDef f2calv fill:#dbeafe,stroke:#2563eb,color:#1e3a5fapplied to allf2calv/*actions and reusable workflow calls[[...]]) to distinguish them from step-level actionsNotable:
_dotnet-publish-nugetThe most complex workflow — surfaces inter-job
needsedges and two calls to_gha-release-versioning(both highlighted as f2calv-owned):flowchart LR classDef f2calv fill:#dbeafe,stroke:#2563eb,color:#1e3a5f W(["_dotnet-publish-nuget"]) --> J1["versioning"] W --> J2["build"] W --> J3["release"] J1 -- uses --> SW1[["_gha-release-versioning"]] J2 -- needs --> J1 J2 --> A1["f2calv/gha-dotnet-nuget@v2"] J3 -- needs --> J1 J3 -- needs --> J2 J3 -- uses --> SW2[["_gha-release-versioning"]] class A1 f2calv class SW1 f2calv class SW2 f2calvOriginal prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.