From ca39171cfb126b9f89c7d1c66ddba51eb11a4fc3 Mon Sep 17 00:00:00 2001 From: Kishan Dhakan <42718091+Kishan-Dhakan@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:59:11 +0530 Subject: [PATCH] revert: remove path instructions --- .coderabbit.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index e62d849f..930db111 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,12 +1,8 @@ reviews: - path_instructions: - - path: "**/*.go" - instructions: "Ignore making test suggestions for Go files. Review best practices, security, and performance." auto_review: base_branches: - "master" - "dev" - "feat/.*" - chat: auto_reply: true