|
| 1 | +language: en |
| 2 | +early_access: false |
| 3 | +reviews: |
| 4 | + high_level_summary: true |
| 5 | + poem: false |
| 6 | + review_status: true |
| 7 | + collapse_walkthrough: false |
| 8 | + path_filters: |
| 9 | + - "!**/.github/workflows/*" |
| 10 | + - "!**/node_modules/**" # Exclude dependencies |
| 11 | + - "!**/dist/**" # Exclude build files |
| 12 | + path_instructions: |
| 13 | + - path: "src/**/*.{ts,js}" |
| 14 | + instructions: "Review the TypeScript/JavaScript code for NestJS best practices, dependency injection, module structure, and potential bugs. Ensure that the code adheres to TypeScript's typing system and modern standards." |
| 15 | + - path: "src/**/*.spec.ts" |
| 16 | + instructions: "Review the unit tests, ensuring proper NestJS testing techniques (using TestingModule, mocks, etc.). Check for completeness and coverage." |
| 17 | + - path: "manifests/**/*.{yaml,yml}" |
| 18 | + instructions: "Review the kubernetes manifests used in Github workflows." |
| 19 | + - path: "**/Dockerfile" |
| 20 | + instructions: "Review the Dockerfile for best practices in building, optimizing, and running a NestJS application." |
| 21 | + - path: "**/quickstart-services.yml" |
| 22 | + instructions: "Review Docker Compose configurations for environment setup, ensuring proper service configuration, network setup, and environment variables handling." |
| 23 | + - path: "**/quickstart-services-ai.yml" |
| 24 | + instructions: "Review Docker Compose configurations for environment setup, ensuring proper service configuration, network setup, and environment variables handling." |
| 25 | + - path: "**/quickstart-services-ai-debug.yml" |
| 26 | + instructions: "Review Docker Compose configurations for environment setup, ensuring proper service configuration, network setup, and environment variables handling." |
| 27 | + - path: "**/quickstart-services-kratos-debug.yml" |
| 28 | + instructions: "Review Docker Compose configurations for environment setup, ensuring proper service configuration, network setup, and environment variables handling." |
| 29 | + - path: "**/*.md" |
| 30 | + instructions: "Ensure the documentation is clear, concise, and up-to-date, with accurate instructions for running the NestJS application in Docker." |
| 31 | +chat: |
| 32 | + auto_reply: true |
0 commit comments