fix(copilot-config): drop the unsupported review-output rules (#27087)

This commit is contained in:
sudlud 2026-08-11 09:28:05 +02:00 committed by GitHub
parent e98ec5729d
commit 3456c89f77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,7 @@
# Copilot instructions
Follow `AGENTS.md` and the guides it routes to in `.agents/docs/`. For pull request review, follow
`.agents/docs/code-review.md`.
Review pull requests per `.agents/docs/code-review.md`.
## Review output
- No overview paragraph, no "Changes" list, no per-file table.
- Put findings in inline comments on the offending lines, not the review body.
- With no findings, post one line saying so and nothing else.
Instructions about the review's format or its overview comment are
[unsupported](https://docs.github.com/en/copilot/tutorials/customize-code-review#unsupported-instruction-types)
and do not belong here.