From e8e7f82e841fd8bf07d067dfac427812c18efc40 Mon Sep 17 00:00:00 2001 From: Meni Yakove Date: Tue, 16 Dec 2025 11:18:49 +0200 Subject: [PATCH] fix: Update CodeRabbit configuration instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix typo: 'generted' → 'generated' - Update outdated path: scripts/resource → class_generator - Improve instructions for clarity and actionability --- .coderabbit.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 109022403c..2a2f56cdac 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -16,7 +16,18 @@ reviews: changed_files_summary: true labeling_instructions: [] path_filters: ["!class_generator/schema/**"] - path_instructions: [] + path_instructions: + - path: "**/ocp_resources/**" + instructions: | + SKIP reviewing any code between the markers: + - Start: `# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md` + - End: `# End of generated code` + + This is auto-generated code from the class-generator tool. + Only review code OUTSIDE these markers. + If someone modifies generated code directly, flag it as a violation - + changes should be made to the class-generator instead. + abort_on_close: true auto_review: enabled: true