Skip to content

Commit e353bb2

Browse files
committed
docs: use mermaid diagram in How It Works section
1 parent c73a2cc commit e353bb2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Runners are **ephemeral** — each container handles exactly one job and is remo
1111

1212
## How It Works
1313

14-
```
15-
GitHub Actions ──long poll──▶ runscaler ──Docker API──▶ Runner Containers
16-
(job queue) (this tool) (ephemeral)
14+
```mermaid
15+
flowchart LR
16+
A["GitHub Actions\n(job queue)"] -- long poll --> B["runscaler\n(this tool)"]
17+
B -- Docker API --> C["Runner Containers\n(ephemeral)"]
1718
```
1819

1920
1. Registers a [runner scale set](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller) with GitHub

0 commit comments

Comments
 (0)