From 7c6e2d2c7a610a623c7b0a56f787e77243190305 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Wed, 4 Feb 2026 18:37:44 -0800 Subject: [PATCH] fix: disable CodeRabbit high_level_summary to stop PR description auto-updates (#8615) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Disables the `high_level_summary` feature in CodeRabbit's configuration. This feature automatically modifies the PR description every time a commit is pushed, which was causing frustration for developers. ## Changes - Set `high_level_summary: false` in `.coderabbit.yaml` ## Context Discussed in #frontend-code-reviews Slack channel. The team agreed that having PR descriptions automatically modified with every commit push is not desirable behavior. --- Fixes https://www.notion.so/comfy-org/Ops-Disable-high_level_summary-in-ComfyUI_frontend-coderabbit-yaml-2fd6d73d3650812b9eb8d6680fa11932 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8615-fix-disable-CodeRabbit-high_level_summary-to-stop-PR-description-auto-updates-2fe6d73d36508112ac16f5df51845fcd) by [Unito](https://www.unito.io) --- .coderabbit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 36b3beb69c..d101998e22 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -2,5 +2,6 @@ issue_enrichment: auto_enrich: enabled: true reviews: + high_level_summary: false auto_review: drafts: true