2023-07-05 21:21:08 +00:00
|
|
|
[config]
|
2023-07-23 13:16:36 +00:00
|
|
|
model="gpt-4"
|
2023-07-26 17:36:05 +00:00
|
|
|
fallback_models=["gpt-3.5-turbo-16k"]
|
2023-07-05 21:21:08 +00:00
|
|
|
git_provider="github"
|
2023-07-26 13:29:42 +00:00
|
|
|
publish_output=true
|
2023-07-18 13:32:49 +00:00
|
|
|
publish_output_progress=true
|
2023-07-26 17:03:22 +00:00
|
|
|
verbosity_level=0 # 0,1,2
|
2023-07-20 13:41:03 +00:00
|
|
|
use_extra_bad_extensions=false
|
2023-07-05 21:21:08 +00:00
|
|
|
|
|
|
|
|
[pr_reviewer]
|
2023-07-11 05:50:28 +00:00
|
|
|
require_focused_review=true
|
2023-07-19 08:00:28 +00:00
|
|
|
require_score_review=false
|
2023-07-05 21:21:08 +00:00
|
|
|
require_tests_review=true
|
|
|
|
|
require_security_review=true
|
2023-07-19 06:34:17 +00:00
|
|
|
num_code_suggestions=0
|
2023-07-13 06:44:33 +00:00
|
|
|
inline_code_comments = true
|
2023-07-17 12:49:29 +00:00
|
|
|
ask_and_reflect=false
|
2023-07-05 21:21:08 +00:00
|
|
|
|
2023-07-17 05:18:42 +00:00
|
|
|
[pr_description]
|
|
|
|
|
publish_description_as_comment=false
|
|
|
|
|
|
2023-07-08 05:52:11 +00:00
|
|
|
[pr_questions]
|
|
|
|
|
|
2023-07-15 06:30:50 +00:00
|
|
|
[pr_code_suggestions]
|
|
|
|
|
num_code_suggestions=4
|
|
|
|
|
|
2023-07-26 06:21:31 +00:00
|
|
|
[pr_update_changelog]
|
2023-07-26 17:03:22 +00:00
|
|
|
push_changelog_changes=false
|
2023-07-26 06:21:31 +00:00
|
|
|
|
2023-07-11 13:55:09 +00:00
|
|
|
[github]
|
|
|
|
|
# The type of deployment to create. Valid values are 'app' or 'user'.
|
|
|
|
|
deployment_type = "user"
|
|
|
|
|
|
2023-07-08 05:52:11 +00:00
|
|
|
[gitlab]
|
|
|
|
|
# URL to the gitlab service
|
2023-07-12 15:02:28 +00:00
|
|
|
url = "https://gitlab.com"
|
2023-07-08 05:52:11 +00:00
|
|
|
|
2023-07-11 13:55:09 +00:00
|
|
|
# Polling (either project id or namespace/project_name) syntax can be used
|
|
|
|
|
projects_to_monitor = ['org_name/repo_name']
|
2023-07-08 05:52:11 +00:00
|
|
|
|
|
|
|
|
# Polling trigger
|
2023-07-08 08:49:11 +00:00
|
|
|
magic_word = "AutoReview"
|
2023-07-08 07:26:41 +00:00
|
|
|
|
|
|
|
|
# Polling interval
|
2023-07-11 13:55:09 +00:00
|
|
|
polling_interval_seconds = 30
|
2023-07-24 10:49:57 +00:00
|
|
|
|
|
|
|
|
[local]
|
|
|
|
|
# LocalGitProvider settings - uncomment to use paths other than default
|
|
|
|
|
# description_path= "path/to/description.md"
|
|
|
|
|
# review_path= "path/to/review.md"
|