Skip to content

Commit

Permalink
Change actor
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri committed Jan 5, 2024
1 parent 1893e13 commit 44b22ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ This repository is dedicated to maintaining a collection of project templates in
### Sequence of Scaffolding a Repository
```mermaid
sequenceDiagram
actor PLE as Platform Engineer
actor DEV as Developer
participant PRT as Port IDP
participant RRS as Repository:<br>platform-repo-scaffolder
participant RNW as New Repository
PLE ->> PRT: Scaffold a new repository
DEV ->> PRT: Scaffold a new repository
PRT ->> RRS: Initiate workflow:<br>repository-scaffolder.yaml
RRS ->> RRS: Prepare a template<br>using Cookiecutter
RRS ->> RNW: Create a new repository
Expand All @@ -24,12 +24,12 @@ sequenceDiagram
### Sequence of Deleting a Repository
```mermaid
sequenceDiagram
actor PLE as Platform Engineer
actor DEV as Developer
participant PRT as Port IDP
participant RRS as Repository:<br>platform-repo-scaffolder
participant RTG as Target Repository
PLE ->> PRT: Delete a repository
DEV ->> PRT: Delete a repository
PRT ->> RRS: Initiate workflow:<br>repository-delete.yaml
RRS ->> RTG: Clone the repository
activate RTG
Expand Down

0 comments on commit 44b22ab

Please sign in to comment.