Skip to content

Commit a44879f

Browse files
authored
PR agent for qodo (#898)
1 parent 5298aaa commit a44879f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pr_agent.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# .pr_agent.toml
22
[github_app]
33
# Run these tools automatically on every new PR:
4-
pr_commands = ["/describe", "/review"]
4+
pr_commands = ["/describe", "/review", "/improve"]
55

66
[pr_reviewer] # (all fields optional)
77
num_max_findings = 5 # how many items to surface
88
require_tests_review = true
99
extra_instructions = """
1010
Focus on duplicate code, the possibility of bugs, and if the PR added appropriate tests if it added a simulation feature.
1111
"""
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

0 commit comments

Comments
 (0)