diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000000..ecab4903ea --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,12 @@ +reviews: + path_filters: + - "!modules/**/*.md" + - "!modules_versioned_docs/**/*.md" + - "!predicates/**/*.md" + - "!predicates_versioned_docs/**/*.md" + - "!commands/**/*.md" + - "!commands_versioned_docs/**/*.md" + - "!contracts/**/*.md" + - "!contracts_versioned_docs/**/*.md" + - "!ontology/**/*.md" + - "!ontology_versioned_docs/**/*.md" \ No newline at end of file