mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
Update configuration.toml
remove dead codde
This commit is contained in:
@ -206,14 +206,7 @@ ignore_pr_title = []
|
|||||||
ignore_bot_pr = true
|
ignore_bot_pr = true
|
||||||
|
|
||||||
[gitlab]
|
[gitlab]
|
||||||
# URL to the gitlab service
|
|
||||||
url = "https://gitlab.com"
|
url = "https://gitlab.com"
|
||||||
# Polling (either project id or namespace/project_name) syntax can be used
|
|
||||||
projects_to_monitor = ['org_name/repo_name']
|
|
||||||
# Polling trigger
|
|
||||||
magic_word = "AutoReview"
|
|
||||||
# Polling interval
|
|
||||||
polling_interval_seconds = 30
|
|
||||||
pr_commands = [
|
pr_commands = [
|
||||||
"/describe",
|
"/describe",
|
||||||
"/review --pr_reviewer.num_code_suggestions=0",
|
"/review --pr_reviewer.num_code_suggestions=0",
|
||||||
|
Reference in New Issue
Block a user