Skip to content

Commit 5c19769

Browse files
authored
Merge pull request #57 from Troy876/KFLUXDP-871
feat: add base qodo config
2 parents 220cce8 + 3d59c9b commit 5c19769

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.pr_agent.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[github_app]
2+
pr_commands = [
3+
"/agentic_describe",
4+
"/agentic_review"
5+
]
6+
handle_push_trigger = true
7+
push_commands = [
8+
"/agentic_review"
9+
]
10+
11+
[review_agent]
12+
comments_location_policy = "both"
13+
inline_comments_severity_threshold = 3
14+
issues_user_guidelines = ""
15+
compliance_user_guidelines = ""

0 commit comments

Comments
 (0)