|
1 | | -.github/actions/**/* @calcom/Foundation |
2 | | -.github/workflows/**/* @calcom/Foundation |
3 | | -/**/package.json @calcom/Foundation |
4 | | -/apps/api/**/* @calcom/Foundation |
5 | | -/apps/web/**/layout.tsx @calcom/Consumer @calcom/Foundation |
6 | | -/apps/web/lib/csp.ts @calcom/Foundation |
7 | | -/apps/web/lib/buildNonce.ts @calcom/Foundation |
8 | | -/apps/web/lib/daily-webhook/**/* @calcom/Foundation |
9 | | -/apps/web/lib/core/**/* @calcom/Foundation |
10 | | -/apps/web/lib/booking.ts @calcom/Foundation |
11 | | -/apps/web/lib/handleOrgRedirect.ts @calcom/Foundation |
12 | | -/apps/web/modules/shell/Shell.tsx @calcom/Foundation |
13 | | -/apps/web/proxy.ts @calcom/Foundation |
14 | | -/deploy/**/* @calcom/Foundation |
15 | | -/packages/app-store/applecalendar/**/* @calcom/Foundation |
16 | | -/packages/app-store/caldavcalendar/**/* @calcom/Foundation |
17 | | -/packages/app-store/exchange2013calendar/**/* @calcom/Foundation |
18 | | -/packages/app-store/exchange2016calendar/**/* @calcom/Foundation |
19 | | -/packages/app-store/exchangecalendar/**/* @calcom/Foundation |
20 | | -/packages/app-store/feishucalendar/**/* @calcom/Foundation |
21 | | -/packages/app-store/googlecalendar/**/* @calcom/Foundation |
22 | | -/packages/app-store/ics-feedcalendar/**/* @calcom/Foundation |
23 | | -/packages/app-store/larkcalendar/**/* @calcom/Foundation |
24 | | -/packages/app-store/office365calendar/**/* @calcom/Foundation |
25 | | -/packages/app-store/zohocalendar/**/* @calcom/Foundation |
26 | | -/packages/embeds/**/* @calcom/Foundation |
27 | | -/packages/features/auth/lib/next-auth-options.ts @calcom/Foundation |
28 | | -/packages/features/bookings/lib/**/* @calcom/Foundation |
29 | | -/packages/features/availability/lib/getAggregatedAvailability/getAggregatedAvailability.ts @calcom/Foundation |
30 | | -/packages/features/availability/lib/getUserAvailability.ts @calcom/Foundation |
31 | | -/packages/features/bookings/lib/getLuckyUser.ts @calcom/Foundation |
32 | | -/packages/features/schedules/lib/slots.ts @calcom/Foundation |
33 | | -/packages/platform/atoms/**/*WebWrapper.tsx @calcom/Consumer |
34 | | -/packages/platform/**/* @calcom/Consumer @calcom/Foundation |
35 | | -/packages/prisma/**/* @calcom/Foundation |
36 | | -/packages/trpc/server/routers/viewer/bookings/confirm.handler.ts @calcom/Foundation |
37 | | -/packages/trpc/server/routers/viewer/bookings/get.handler.ts @calcom/Foundation |
38 | | -/packages/trpc/server/routers/viewer/slots/**/* @calcom/Foundation |
39 | | -/packages/ui/**/* @calcom/Consumer @calcom/Foundation |
40 | 1 |
|
41 | | -# Exclude test files from requiring foundation/consumer approval |
42 | | -**/*.spec.* |
43 | | -**/*.e2e.* |
44 | | -**/*.e2e-spec.* |
45 | | -**/*.test.* |
46 | | -**/*.test-suite.* |
47 | | -**/*.integration-test.* |
0 commit comments