Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pr_agent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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