From 8952f415e2e3745a0a7875eb12a7709f1c219059 Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Thu, 5 Mar 2026 14:15:38 -0400 Subject: [PATCH] Add inheritance: true to .coderabbit.yaml Ensures this repo inherits the org-wide CodeRabbit review rules defined in https://github.com/openshift/coderabbit --- .coderabbit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index f68df195192..47524ea416e 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,3 +1,4 @@ +inheritance: true tone_instructions: "Principal engineer reviewing OpenShift Console (React/TS/JS/Go). Focus: architecture, security (RBAC/SCC), performance, maintainability, backward-compatible APIs, testing/edge cases. Enforce K8s best practices, PatternFly, a11y/i18n." early_access: false