Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 865 Bytes

File metadata and controls

15 lines (9 loc) · 865 Bytes

OpenShift CodeRabbit Configuration

This repository contains the organization-wide CodeRabbit configuration for the openshift GitHub organization.

Rules and instructions defined here apply to most OpenShift repositories. Repository-specific overrides can be added in each repo's own .coderabbit.yaml.

How it works

Repositories without their own .coderabbit.yaml automatically use this org-wide configuration. If a repository needs to add repo-specific settings, it must set inheritance: true in its .coderabbit.yaml to merge with the org-wide defaults — otherwise the repo-level config fully replaces them.

inheritance: true

See openshift/sippy for an example.