From 90524e53ec90716ac5bfc2ff14dcbad6e21dd948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Wed, 25 Mar 2026 22:15:21 +0000 Subject: [PATCH] Revert "Instruct copilot to place main comment in collapsible section" (#166543) --- .github/copilot-instructions.md | 1 - script/gen_copilot_instructions.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index f43cefaacaa..3bc651eb2f2 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -6,7 +6,6 @@ - Start review comments with a short, one-sentence summary of the suggested fix. - Do not add comments about code style, formatting or linting issues. -- The main review status comment should be inside a collapsible section with the summary as title. No header sections outside of the collapsible section. # GitHub Copilot & Claude Code Instructions diff --git a/script/gen_copilot_instructions.py b/script/gen_copilot_instructions.py index b0bb41db0b8..ed8c75d18f5 100755 --- a/script/gen_copilot_instructions.py +++ b/script/gen_copilot_instructions.py @@ -23,7 +23,6 @@ COPILOT_SPECIFIC_INSTRUCTIONS = """ - Start review comments with a short, one-sentence summary of the suggested fix. - Do not add comments about code style, formatting or linting issues. -- The main review status comment should be inside a collapsible section with the summary as title. No header sections outside of the collapsible section. """