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
42 lines (35 loc) · 1.11 KB
/
.pr_agent.toml
File metadata and controls
42 lines (35 loc) · 1.11 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
[jira]
jira_api_token = ""
jira_base_url = "https://issues.redhat.com"
[github_app]
# what should be launched automatically
pr_commands = [
"/review",
"/describe --pr_description.final_update_message=false",
"/improve",
]
feedback_on_draft_pr = false
[pr_reviewer] # /review #
persistent_comment = true
require_tests_review = false
require_ticket_analysis_review = true
enable_review_labels_security = true
enable_review_labels_effort = true
[pr_description] # /describe #
enable_pr_diagram = false
publish_labels = true
final_update_message = true
# without this, it can interfere with Sourcery AI
publish_description_as_comment = true
publish_description_as_comment_persistent = true
add_original_user_description = false
[pr_code_suggestions]
commitable_code_suggestions = false
[pr_test]
enable=false
[config]
ignore_pr_authors = ["renovate","openshift-cherrypick-robot","rhdh-bot"]
allow_only_specific_folders=["e2e-tests"]
[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"]