Skip to content

Commit f5364ea

Browse files
authored
chore(qodo-reviewer): add new agentic reviewer
1 parent f654143 commit f5364ea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.pr_agent.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
[pr_reviewer]
22
enable_review_labels_effort = true
33
enable_auto_approval = true
4+
5+
[github_app]
6+
pr_commands = [
7+
"/describe --pr_description.publish_description_as_comment=true",
8+
"/improve",
9+
"/agentic_review"
10+
]
11+
12+
handle_push_trigger = true
13+
push_commands = [
14+
"/improve",
15+
"/agentic_review"
16+
]
17+
18+
[review_agent]
19+
enabled = true
20+
publish_output = true

0 commit comments

Comments
 (0)