We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe87fc5 commit 336ec52Copy full SHA for 336ec52
.pr_agent.toml
@@ -4,12 +4,12 @@
4
pr_commands = ["/describe", "/review", "/improve"]
5
6
[pr_reviewer] # (all fields optional)
7
-num_max_findings = 5 # how many items to surface
8
-require_tests_review = true
+num_max_findings = 10 # how many items to surface
+require_tests_review = true
9
extra_instructions = """
10
Focus on duplicate code, the possibility of bugs, and if the PR added appropriate tests if it added a simulation feature.
11
"""
12
13
[pr_code_suggestions]
14
-commitable_code_suggestions = false # purely advisory, no write ops
15
-apply_suggestions_checkbox = false # hides the “Apply/Chat” boxes
+commitable_code_suggestions = true
+apply_suggestions_checkbox = true
0 commit comments