File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # CODEOWNERS for context-mill
2+ #
3+ # Path matching is last-match-wins. The wizard-docs catchall is first;
4+ # team-owned skill trees override it below.
5+
6+ # Default owner
7+ * @ PostHog/team-wizard-docs
8+
9+ # App-specific ownership
10+ /apps /error-tracking-upload-source-maps / @ PostHog/team-error-tracking
11+ /apps /self-driving / @ PostHog/team-self-driving
12+ /apps /basic-integration / @ PostHog/team-wizard-docs
Original file line number Diff line number Diff line change @@ -103,3 +103,6 @@ temp/
103103# @ablaszkiewicz debug files
104104scripts /select-app.sh
105105Makefile
106+
107+ # Personal scratch space
108+ scratch /
Original file line number Diff line number Diff line change 2929
3030To 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
3452The ` services/ ` directory is a toolbox for scripts and utilities to help with Wizard development.
You can’t perform that action at this time.
0 commit comments