From 987d23933807c8d4dfec3650874dd87d42b816bc Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Tue, 2 Sep 2025 12:20:16 -0400 Subject: [PATCH] Update PR agent configuration settings --- .pr_agent.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pr_agent.toml b/.pr_agent.toml index af24b7074a..981f9f3044 100644 --- a/.pr_agent.toml +++ b/.pr_agent.toml @@ -4,12 +4,12 @@ pr_commands = ["/describe", "/review", "/improve"] [pr_reviewer] # (all fields optional) -num_max_findings = 5 # how many items to surface -require_tests_review = true +num_max_findings = 10 # how many items to surface +require_tests_review = true extra_instructions = """ Focus on duplicate code, the possibility of bugs, and if the PR added appropriate tests if it added a simulation feature. """ [pr_code_suggestions] -commitable_code_suggestions = false # purely advisory, no write ops -apply_suggestions_checkbox = false # hides the “Apply/Chat” boxes +commitable_code_suggestions = true +apply_suggestions_checkbox = true