Skip to content

Commit d7ae7dd

Browse files
committed
readme update
1 parent 970e9f5 commit d7ae7dd

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,24 @@ apps/
2929

3030
To add a new test app, create a directory under the appropriate workflow folder in `/apps`.
3131

32+
## Workbench ownership
33+
34+
Reviews are auto-requested via [`.github/CODEOWNERS`](.github/CODEOWNERS) — the
35+
file is the source of truth; this table just mirrors it for readability.
36+
`team-wizard-docs` is the default reviewer; the team-owned apps below route
37+
review to their owning team instead.
38+
39+
| Path | Owning team |
40+
|---|---|
41+
| `*` (everything else, including all other apps) | `@PostHog/team-wizard-docs` |
42+
| `/apps/basic-integration/` | `@PostHog/team-wizard-docs` |
43+
| `/apps/error-tracking-upload-source-maps/` | `@PostHog/team-error-tracking` |
44+
| `/apps/self-driving/` | `@PostHog/team-self-driving` |
45+
46+
Ownership is by directory. Apps not listed above fall through the default and
47+
are owned by `team-wizard-docs`. Today CODEOWNERS only auto-requests review —
48+
approval is not a merge gate.
49+
3250
## Services
3351

3452
The `services/` directory is a toolbox for scripts and utilities to help with Wizard development.

0 commit comments

Comments
 (0)