Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
14Richa committed Jul 6, 2023
1 parent 976498d commit 3e2164a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mentorship/summerofcode/2023/workflowautomation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ subgraph Migrate TSC_MEMBERS.JSON to MAINTAINERS.yml
A[Convert TSC_MEMBERS.JSON to MAINTAINERS.yml]
end
subgraph Update website code to handle YAML format
B[Update website code to handle YAML format]
subgraph Read File & Filter TSC Members
B1[Read new file name]
B2[Filter objects with TSC member flag]
B1 --> B2
end
subgraph Automate Maintainers.yaml update
Expand All @@ -22,8 +24,8 @@ subgraph Automate Maintainers.yaml update
F[Allow humans to update social info and TSC member property]
end
A --> B
B --> C
A --> B1
B2 --> C
C --> D
C --> E
C --> F
Expand Down

0 comments on commit 3e2164a

Please sign in to comment.