From 119a23fde856ac69cc133f2c7fa09be7906dfd84 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 18 Mar 2026 23:41:00 -0600 Subject: [PATCH] chore: suppress verbose review body in Copilot PR reviews --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 231189577e90c..035db9360b827 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -7,3 +7,4 @@ When reviewing pull requests: - Keep each comment short — one or two sentences maximum. - Do not write long descriptions or summaries of what the code does. - Do not suggest refactors or improvements unrelated to the PR's stated goal. +- Do not produce a review body or top-level summary. Leave the review body empty; put findings only in inline comments.