From 9c4859f4f8a04b7015a2dc3d909489c709d8cfff Mon Sep 17 00:00:00 2001 From: Thomas Fink <53316058+ThomasAFink@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:40:49 +0200 Subject: [PATCH] create .coderabbit.yaml (#590) * main into next (#579) * Update CHANGELOG.md * Create .coderabbit.yaml --------- Co-authored-by: MoDaae <90261750+MoDaae@users.noreply.github.com> * Revert "main into next (#579)" (#580) This reverts commit 175fc4b97ba42e2287ba25e6fdd725e6fe6547d4. * Update CHANGELOG.md (#581) Co-authored-by: MoDaae <90261750+MoDaae@users.noreply.github.com> * create .coderabbit.yaml (#589) * Update CHANGELOG.md * Create .coderabbit.yaml --------- Co-authored-by: MoDaae <90261750+MoDaae@users.noreply.github.com> --------- Co-authored-by: MoDaae <90261750+MoDaae@users.noreply.github.com> --- .coderabbit.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 000000000..e2922eb39 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,7 @@ +reviews: + review_status: true + auto_review: + enabled: true + base_branches: + - next + drafts: true