1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Instruct copilot to place main comment in collapsible section (#166503)

This commit is contained in:
Abílio Costa
2026-03-25 19:45:39 +00:00
committed by GitHub
parent 84cd137bae
commit fd7d936a0d
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
- 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

View File

@@ -23,6 +23,7 @@ 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.
"""