diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 000000000..4f42485ec --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,14 @@ +# Schema with docs on the properties: https://coderabbit.ai/integrations/coderabbit-overrides.v2.json. This only +# includes overrides for defaults and mandatory elements. + +early_access: false +reviews: + request_changes_workflow: true + high_level_summary: true + poem: false + review_status: true + collapse_walkthrough: false + auto_review: + enabled: true +chat: + auto_reply: true diff --git a/Lombiq.OSOCE.sln b/Lombiq.OSOCE.sln index 590bb4ab8..226b7fed4 100644 --- a/Lombiq.OSOCE.sln +++ b/Lombiq.OSOCE.sln @@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.OSOCE.Web", "src\Lom EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B131E3B-202B-486D-A3A4-CB84AC4C3370}" ProjectSection(SolutionItems) = preProject + .coderabbit.yaml = .coderabbit.yaml .eslintrc.js = .eslintrc.js .gitignore = .gitignore .prettierrc.js = .prettierrc.js