From e06878b7ecca959a4ba9d4e41196af0a95e2b098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:31:26 +0900 Subject: [PATCH] fix: skip coderabbit review in certain condition --- .coderabbit.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index b10b001171..415c9ddcae 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -9,3 +9,9 @@ reviews: drafts: false base_branches: - "develop" + ignore_title_keywords: + - "New Crowdin updates" + ignore_usernames: + - "dependabot[bot]" + - "renovate[bot]" + - "github-actions[bot]"