forked from redhat-developer/rhdh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pr_agent.toml
More file actions
29 lines (23 loc) · 743 Bytes
/
Copy path.pr_agent.toml
File metadata and controls
29 lines (23 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[jira]
jira_base_url = "https://redhat.atlassian.net"
[github_app]
# what should be launched automatically
pr_commands = [
"/agentic_review",
"/agentic_describe --pr_description.final_update_message=false",
"/generate_labels",
]
[pr_test]
enable=false
[review_agent]
comments_location_policy = "summary"
[checks]
enable_auto_checks_feedback = true
persistent_comment = true
final_update_message = false
[config]
ignore_pr_authors = ["renovate","openshift-cherrypick-robot","rhdh-bot"]
allow_only_specific_folders=["e2e-tests",".ci"]
[rag_arguments]
enable_rag=true
rag_repo_list=["redhat-developer/rhdh","redhat-developer/red-hat-developers-documentation-rhdh","redhat-developer/rhdh-operator","redhat-developer/rhdh-chart"]