-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
22 lines (20 loc) · 912 Bytes
/
.coderabbit.yaml
File metadata and controls
22 lines (20 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
inheritance: true
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
reviews:
high_level_summary: true
high_level_summary_instructions: |
IMPORTANT: Always place the summary under a "## Summary by CodeRabbit" heading.
Never blend the summary into the author's existing text. The summary must be
clearly separated from any text the PR author wrote.
This repository holds configuration for OpenShift CI infrastructure.
Key areas:
- CI configuration for component repositories
- Generated Prow job definitions
- Cluster manifests and Prow deployments
- Downstream tooling
When summarizing:
- Explain what the PR changes in practical terms — which repo's CI or infrastructure is affected
- Don't just list modified files or describe diffs mechanically
path_filters:
- "!ci-operator/jobs/**"
- "!clusters/**/*_crd.yaml"