mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Made the automatic describe command the least destructive
This commit is contained in:
parent
5582a901ff
commit
f17b4fcc9e
1 changed files with 4 additions and 1 deletions
|
|
@ -61,7 +61,10 @@ duplicate_requests_cache = false
|
|||
duplicate_requests_cache_ttl = 60 # in seconds
|
||||
# settings for "pull_request" event
|
||||
handle_pr_actions = ['opened', 'reopened', 'ready_for_review', 'review_requested']
|
||||
pr_commands = ["/describe", "/auto_review"]
|
||||
pr_commands = [
|
||||
"/describe --pr_description.add_original_user_description=true --pr_description.keep_original_user_title=true",
|
||||
"/auto_review",
|
||||
]
|
||||
|
||||
[gitlab]
|
||||
# URL to the gitlab service
|
||||
|
|
|
|||
Loading…
Reference in a new issue