Skip to content

Commit 4a57558

Browse files
authored
Update .pr_agent.toml
1 parent a7e7d19 commit 4a57558

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pr_agent.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
pr_commands = ["/describe", "/review", "/improve"]
55

66
[pr_reviewer] # (all fields optional)
7-
num_max_findings = 5 # how many items to surface
7+
num_max_findings = 6 # how many items to surface
88
require_tests_review = true
99
extra_instructions = """
10-
Focus on duplicate code, the possibility of bugs, and if the PR added appropriate tests if it added a simulation feature.
10+
Focus on duplicate code, the possibility of bugs, and whether the PR added appropriate tests if it added a simulation feature.
1111
"""
1212

1313
[pr_code_suggestions]
14-
commitable_code_suggestions = false # purely advisory, no write ops
14+
commitable_code_suggestions = true # purely advisory, no write ops
1515
apply_suggestions_checkbox = false # hides the “Apply/Chat” boxes

0 commit comments

Comments
 (0)