-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy pathCODEOWNERS
32 lines (27 loc) · 1.44 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# If a file is set here, then PRs will require that team's approval to get that code merged.
# Surveys team owns all survey-related code
frontend/src/scenes/settings/environment/SurveySettings.tsx @PostHog/team-surveys
frontend/src/scenes/surveys/ @PostHog/team-surveys
frontend/src/scenes/onboarding/sdks/surveys @PostHog/team-surveys
ee/surveys @PostHog/team-surveys
posthog/admin/admins/survey_admin.py @PostHog/team-surveys
posthog/api/survey.py @PostHog/team-surveys
posthog/api/test/test_survey.py @PostHog/team-surveys
posthog/models/surveys/survey.py @PostHog/team-surveys
posthog/tasks/stop_surveys_reached_target.py @PostHog/team-surveys
posthog/tasks/update_survey_adaptive_sampling @PostHog/team-surveys
posthog/tasks/update_survey_iteration @PostHog/team-surveys
posthog/tasks/test/test_stop_surveys_reached_target.py @PostHog/team-surveys
# CDP team owns plugin server code
plugin-server/src/ @PostHog/team-cdp
# ClickHouse team owns Clickhouse migrations
posthog/clickhouse/migrations/** @PostHog/clickhouse
# Web Analytics team owns web analytics code
frontend/src/scenes/web-analytics/** @PostHog/web-analytics
posthog/hogql_queries/web_analytics/** @PostHog/web-analytics
frontend/src/toolbar/web-vitals/** @PostHog/web-analytics
posthog/hogql/database/schema/sessions_v1.py @PostHog/web-analytics
posthog/hogql/database/schema/sessions_v2.py @PostHog/web-analytics
# Paul owns testing infrastructure
cypress/** @pauldambra
playwright/** @pauldambra