mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 21:00:40 +08:00
Simplify project identification
This commit is contained in:
@ -18,11 +18,11 @@ num_code_suggestions=4
|
|||||||
# URL to the gitlab service
|
# URL to the gitlab service
|
||||||
gitlab_url = "https://gitlab.com"
|
gitlab_url = "https://gitlab.com"
|
||||||
|
|
||||||
# Polling
|
# Polling (either proheheject id or namespace/project_name) syntax can be used
|
||||||
projects_to_monitor = [47494341]
|
projects_to_monitor = [47494341, 'my_user/my_project', 'my_group/my_project']
|
||||||
|
|
||||||
# Polling trigger
|
# Polling trigger
|
||||||
magic_word = "MagicRound"
|
magic_word = "AutoReview"
|
||||||
|
|
||||||
# Polling interval
|
# Polling interval
|
||||||
polling_interval_seconds = 60
|
polling_interval_seconds = 60
|
Reference in New Issue
Block a user