From 70d00b4104812565f22b10835483009c22e3a83c Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Tue, 30 Sep 2025 22:01:24 -0500 Subject: [PATCH] fix(ci): Delete pr_reviewer section in .pr_agent.toml (#11024) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove pr_reviewer section from configuration ### Changes 🏗️ removes the out of config status section ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: - [x] validated by global config --- .pr_agent.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pr_agent.toml b/.pr_agent.toml index 9c059d1b5b..913bf11129 100644 --- a/.pr_agent.toml +++ b/.pr_agent.toml @@ -1,6 +1,3 @@ -[pr_reviewer] -num_code_suggestions=0 - [pr_code_suggestions] commitable_code_suggestions=false num_code_suggestions=0