File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44pr_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
88require_tests_review = true
99extra_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
1515apply_suggestions_checkbox = false # hides the “Apply/Chat” boxes
You can’t perform that action at this time.
0 commit comments