diff --git a/mentorship/summerofcode/2023/workflowautomation/README.md b/mentorship/summerofcode/2023/workflowautomation/README.md index a6bb19d99..9ecfdc2a6 100644 --- a/mentorship/summerofcode/2023/workflowautomation/README.md +++ b/mentorship/summerofcode/2023/workflowautomation/README.md @@ -107,24 +107,6 @@ I --> J; J --> E; -``` - -### `allow-updates.yaml` - -This workflow allows humans to update social info or the tsc_member property in the Maintainers.yaml file. - -> Note: This workflow should be located only in the community repository. - -```mermaid -graph TD; - A[Is the user updating social info or the tsc_member property?] --> |Yes| B[Allow update]; - B --> C[Update Maintainers.yaml]; - C --> D[Validate the updated record]; - D --> |Record is invalid| E[Block update and notify the user]; - D --> |Record is valid| F[Notify affected users of the update]; - E --> G[End]; - F --> G[End]; - ``` ### `invite-maintainers.yaml`