Skip to content

Commit

Permalink
removed one workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
14Richa committed Jul 13, 2023
1 parent 3e2164a commit a5ba6f2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions mentorship/summerofcode/2023/workflowautomation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a5ba6f2

Please sign in to comment.