2023-07-06 00:21:08 +03:00
|
|
|
[config]
|
|
|
|
model="gpt-4-0613"
|
|
|
|
git_provider="github"
|
|
|
|
publish_review=true
|
|
|
|
verbosity_level=0 # 0,1,2
|
|
|
|
|
|
|
|
[pr_reviewer]
|
2023-07-11 08:50:28 +03:00
|
|
|
require_focused_review=true
|
2023-07-06 00:21:08 +03:00
|
|
|
require_tests_review=true
|
|
|
|
require_security_review=true
|
|
|
|
extended_code_suggestions=false
|
|
|
|
num_code_suggestions=4
|
|
|
|
|
2023-07-08 08:52:11 +03:00
|
|
|
[pr_questions]
|
|
|
|
|
2023-07-11 16:55:09 +03:00
|
|
|
[github]
|
|
|
|
# The type of deployment to create. Valid values are 'app' or 'user'.
|
|
|
|
deployment_type = "user"
|
|
|
|
|
2023-07-08 08:52:11 +03:00
|
|
|
[gitlab]
|
|
|
|
# URL to the gitlab service
|
|
|
|
gitlab_url = "https://gitlab.com"
|
|
|
|
|
2023-07-11 16:55:09 +03:00
|
|
|
# Polling (either project id or namespace/project_name) syntax can be used
|
|
|
|
projects_to_monitor = ['org_name/repo_name']
|
2023-07-08 08:52:11 +03:00
|
|
|
|
|
|
|
# Polling trigger
|
2023-07-08 11:49:11 +03:00
|
|
|
magic_word = "AutoReview"
|
2023-07-08 10:26:41 +03:00
|
|
|
|
|
|
|
# Polling interval
|
2023-07-11 16:55:09 +03:00
|
|
|
polling_interval_seconds = 30
|