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 4
4
pr_commands = [" /describe" , " /review" , " /improve" ]
5
5
6
6
[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
8
8
require_tests_review = true
9
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.
10
+ Focus on duplicate code, the possibility of bugs, and whether the PR added appropriate tests if it added a simulation feature.
11
11
"""
12
12
13
13
[pr_code_suggestions ]
14
- commitable_code_suggestions = false # purely advisory, no write ops
14
+ commitable_code_suggestions = true # purely advisory, no write ops
15
15
apply_suggestions_checkbox = false # hides the “Apply/Chat” boxes
You can’t perform that action at this time.
0 commit comments