From 719fe8e4a729b7533505e73a9e72c78599bd8d7e Mon Sep 17 00:00:00 2001 From: Frediano Campione Date: Sat, 25 Jul 2026 10:15:48 +0300 Subject: [PATCH 1/3] ci: allow CodeRabbit to review contribution guides --- .coderabbit.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 7d9899d..6bbd2dd 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -22,7 +22,10 @@ reviews: - "pages/**" - "components/**" - "models/**" - - "!**/*.md" + - "!pages/**/*.md" + - "AGENTS.md" + - "CONTRIBUTING.md" + - ".github/copilot-instructions.md" - "!**/*.{bin,csv}" - "!node_modules/**" - "!.next/**" From 51e30b00374a781e2607a322edc61b5c87daffce Mon Sep 17 00:00:00 2001 From: Frediano Campione Date: Sat, 25 Jul 2026 10:28:29 +0300 Subject: [PATCH 2/3] ci: include CodeRabbit configuration in review scope --- .coderabbit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 6bbd2dd..0c9b387 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -23,6 +23,7 @@ reviews: - "components/**" - "models/**" - "!pages/**/*.md" + - ".coderabbit.yaml" - "AGENTS.md" - "CONTRIBUTING.md" - ".github/copilot-instructions.md" From 7ec6bff5d5c37332a967baadfdc0bbea8d9514e1 Mon Sep 17 00:00:00 2001 From: South Drifter Date: Sat, 25 Jul 2026 15:33:50 +0800 Subject: [PATCH 3/3] Update .coderabbit.yaml --- .coderabbit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 0c9b387..1b7ec69 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -23,10 +23,10 @@ reviews: - "components/**" - "models/**" - "!pages/**/*.md" - - ".coderabbit.yaml" - - "AGENTS.md" - "CONTRIBUTING.md" + - "AGENTS.md" - ".github/copilot-instructions.md" + - ".coderabbit.yaml" - "!**/*.{bin,csv}" - "!node_modules/**" - "!.next/**"