-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
58 lines (55 loc) · 1.7 KB
/
.coderabbit.yaml
File metadata and controls
58 lines (55 loc) · 1.7 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
early_access: false
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: true
sequence_diagrams: false
auto_review:
enabled: true
drafts: false
base_branches:
- main
ignore_title_keywords:
- "WIP"
- "[WIP]"
- "do-not-merge"
- "work-in-progress"
- "[skip ci]"
path_filters:
- "!**/golden_files/**"
path_instructions:
- path: "benchmark_runner/**"
instructions: >
Focus on Python best practices, error handling, and resource cleanup.
Check for proper use of OpenShift/Kubernetes client patterns.
Flag any hardcoded credentials or secrets.
- path: "benchmark_runner/workloads/**"
instructions: >
Verify workload lifecycle: creation, monitoring, data collection, cleanup.
Check timeout handling and retry logic.
- path: "benchmark_runner/common/template_operations/**"
instructions: >
Verify Jinja2 template variable substitution is correct.
Check that YAML templates are well-formed.
- path: ".github/workflows/**"
instructions: >
Check for proper secret handling, job dependencies, and workflow triggers.
Verify CI steps are idempotent where possible.
- path: "tests/**"
instructions: >
Ensure test coverage for edge cases.
Verify mocks and fixtures are properly scoped.
chat:
auto_reply: true
knowledge_base:
code_guidelines:
enabled: true
filePatterns:
- "CONTRIBUTING.md"
- "HOW_TO.md"
- "README.md"