Conversation
|
|
|
Caution Review failedThe pull request is closed. WalkthroughThis PR adds an env flag NEXTSKIP_SEED to .env.example. It adjusts ESLint: removes allowTypeImports restriction in app-store scope and adds a no-restricted-imports rule to block ee/ imports under apps/web/app/api/platform/**. A new GitHub Actions workflow fails PRs if imports contain ee/ in TS files. README is replaced with fork-specific content. New API routes are introduced for provider schedules (GET/POST) and provider signup (POST). Seeding is disabled by changing db-seed scripts in root and packages/prisma to echo messages, and the @calcom/prisma#db-seed task is removed from turbo.json. Possibly related PRs
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (9)
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details: |
|
@camiloa17 is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
What does this PR do?
Visual Demo (For contributors especially)
A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).
Video Demo (if applicable):
Image Demo (if applicable):
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist