Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Oct 20, 2023
1 parent 63bf25e commit 2a40f71
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion bootstrap-pull-request/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
# bootstrap-pull-request [![bootstrap-pull-request](https://github.com/quipper/monorepo-deploy-actions/actions/workflows/bootstrap-pull-request.yaml/badge.svg)](https://github.com/quipper/monorepo-deploy-actions/actions/workflows/bootstrap-pull-request.yaml)

This is an action to bootstrap the pull request namespace.
It should be called when a pull request is created or updated.
When a pull request is created or updated, this action copies the service manifests from the prebuilt branch.

```mermaid
graph LR
subgraph Source repository
SourceNamespaceManifest[Namespace manifest]
end
subgraph Destination repository
subgraph Prebuilt branch
PrebuiltServiceManifest[Service manifest]
end
subgraph Namespace branch
ApplicationManifest[Application manifest]
ServiceManifest[Service manifest]
NamespaceManifest[Namespace manifest]
end
end
PrebuiltServiceManifest --Copy--> ServiceManifest
SourceNamespaceManifest --Copy--> NamespaceManifest
```

## Getting Started

Expand Down

0 comments on commit 2a40f71

Please sign in to comment.