From c6125db63dec79b3951dff018caad0560e73686a Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Sat, 21 Mar 2026 08:58:03 -0500 Subject: [PATCH] fix(agents): Tone down copilot (#25159) Co-authored-by: blinkysc --- .github/agents/pr-reviewer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/pr-reviewer.md b/.github/agents/pr-reviewer.md index 0c7ee6571..830c3533f 100644 --- a/.github/agents/pr-reviewer.md +++ b/.github/agents/pr-reviewer.md @@ -109,7 +109,7 @@ Based on CLAUDE.md, always verify: - Be constructive and educational - Reference specific sections of CLAUDE.md, C++ Code Standards, or SQL Standards when applicable -- Suggest specific fixes with code examples when possible +- Suggest specific fixes with code examples if necessary - Highlight both issues and good practices - For C++ issues, cite specific rule from C++ Code Standards wiki - For SQL issues, cite specific rule from SQL Standards wiki