Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ reviews:
profile: chill
request_changes_workflow: false
high_level_summary: true
high_level_summary_instructions: |
This repository contains tooling used in OpenShift CI (https://docs.ci.openshift.org/).
Key components:
- ci-operator: the CI test executor that runs in every CI job
- Controllers and services deployed to CI clusters
- CLI tools for CI infrastructure management
- Configuration loading, processing, and generation for Prow jobs

When summarizing:
- Explain what the PR changes in practical terms for CI users or operators
- Mention which component is affected and how its behavior changes
- Don't just list modified files or describe diffs mechanically
poem: false
sequence_diagrams: false
collapse_walkthrough: true
Expand Down